mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
use all flag to check drives
This commit is contained in:
@@ -68,7 +68,11 @@ class LyricsProvider(LRCProvider):
|
||||
|
||||
t = str(int(time.time() * 1000))
|
||||
query.append(("t", t))
|
||||
url = self.ROOT_URL + action
|
||||
|
||||
try:
|
||||
url = self.ROOT_URL + action
|
||||
except TypeError:
|
||||
return None
|
||||
|
||||
try:
|
||||
response = self.session.get(url, params=query)
|
||||
|
||||
Reference in New Issue
Block a user