Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jasurgraduate committed Feb 4, 2025
1 parent 8dabdc2 commit 3d10f04
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def __init__(self, search_query):
self.search_query = search_query

def run(self):
API_KEY = os.getenv("YOUTUBE_API_KEY")
API_KEY = os.getenv("REACT_APP_YOUTUBE_API_KEY")
url = f"https://www.googleapis.com/youtube/v3/search?part=snippet&q={self.search_query}&type=video&maxResults=50&key={API_KEY}"

try:
Expand Down
12 changes: 6 additions & 6 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"files": {
"main.css": "/DJ/static/css/main.08161c89.css",
"main.js": "/DJ/static/js/main.bbbb1d26.js",
"main.css": "/DJ/static/css/main.4727bac3.css",
"main.js": "/DJ/static/js/main.da914df4.js",
"static/media/equal_big.gif": "/DJ/static/media/equal_big.338d0d5e24276950bb00.gif",
"index.html": "/DJ/index.html",
"main.08161c89.css.map": "/DJ/static/css/main.08161c89.css.map",
"main.bbbb1d26.js.map": "/DJ/static/js/main.bbbb1d26.js.map"
"main.4727bac3.css.map": "/DJ/static/css/main.4727bac3.css.map",
"main.da914df4.js.map": "/DJ/static/js/main.da914df4.js.map"
},
"entrypoints": [
"static/css/main.08161c89.css",
"static/js/main.bbbb1d26.js"
"static/css/main.4727bac3.css",
"static/js/main.da914df4.js"
]
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/DJ/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Music Player for YouTube. Add songs from YouTube and listen to them in a single place. Order, repeat, shuffle songs. Fully customizable and easy to interact. Try this out! Designed by jasurlive.uz"/><link rel="apple-touch-icon" href="/DJ/favicon.ico"/><link rel="manifest" href="/DJ/manifest.json"/><title>my playlist ツ 🖤🎧</title><script defer="defer" src="/DJ/static/js/main.bbbb1d26.js"></script><link href="/DJ/static/css/main.08161c89.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/DJ/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Music Player for YouTube. Add songs from YouTube and listen to them in a single place. Order, repeat, shuffle songs. Fully customizable and easy to interact. Try this out! Designed by jasurlive.uz"/><link rel="apple-touch-icon" href="/DJ/favicon.ico"/><link rel="manifest" href="/DJ/manifest.json"/><title>my playlist ツ 🖤🎧</title><script defer="defer" src="/DJ/static/js/main.da914df4.js"></script><link href="/DJ/static/css/main.4727bac3.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
Binary file modified songs.xlsx
Binary file not shown.
1 change: 0 additions & 1 deletion static/css/main.08161c89.css.map

This file was deleted.

4 changes: 2 additions & 2 deletions static/css/main.08161c89.css → static/css/main.4727bac3.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions static/css/main.4727bac3.css.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions static/js/main.bbbb1d26.js → static/js/main.da914df4.js

Large diffs are not rendered by default.

File renamed without changes.

Large diffs are not rendered by default.

0 comments on commit 3d10f04

Please sign in to comment.