JAYASWAROOP commited on
Commit
8870397
1 Parent(s): 7276774

Update audio.js

Browse files
Files changed (1) hide show
  1. audio.js +2 -2
audio.js CHANGED
@@ -1,7 +1,7 @@
1
  document.addEventListener('DOMContentLoaded', function () {
2
  const searchBar = document.getElementById('searchBar');
3
- const songNames = document.querySelectorAll('.title');
4
- const descriptions = document.querySelectorAll('.description');
5
  const movieContainers = document.querySelectorAll('.movie');
6
 
7
  movieContainers.forEach(function (container) {
 
1
  document.addEventListener('DOMContentLoaded', function () {
2
  const searchBar = document.getElementById('searchBar');
3
+ const songNames = document.querySelectorAll('h1[style="font-size: 28px;"]');
4
+ const descriptions = document.querySelectorAll('p[style="font-size: 20px;"]');
5
  const movieContainers = document.querySelectorAll('.movie');
6
 
7
  movieContainers.forEach(function (container) {