mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
add media queries
This commit is contained in:
@@ -128,11 +128,10 @@ def extract_thumb(path: str) -> str:
|
||||
except:
|
||||
return use_defaults()
|
||||
|
||||
final_path = "http://127.0.0.1:8900/images/thumbnails/" + webp_path
|
||||
final_path = "http://0.0.0.0:8900/images/thumbnails/" + webp_path
|
||||
|
||||
return final_path
|
||||
|
||||
|
||||
def getTags(full_path: str) -> dict:
|
||||
"""
|
||||
Returns a dictionary of tags for a given file.
|
||||
|
||||
Reference in New Issue
Block a user