mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
fix get playlist tracks order
+ fix utils.get_home_res_path
This commit is contained in:
@@ -60,7 +60,7 @@ def save_p_image(file, pid: str):
|
||||
|
||||
filename = pid + str(random_str) + ".webp"
|
||||
|
||||
full_img_path = os.path.join(settings.APP_DIR, "images", "playlists", filename)
|
||||
full_img_path = os.path.join(settings.PLAYLIST_IMG_PATH, filename)
|
||||
|
||||
if file.content_type == "image/gif":
|
||||
frames = []
|
||||
|
||||
Reference in New Issue
Block a user