mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
add route to save folder as playlist
+ modify playlist table sql
This commit is contained in:
@@ -55,6 +55,7 @@ def save_p_image(file, pid: str):
|
||||
Saves a playlist banner image and returns the filepath.
|
||||
"""
|
||||
img = Image.open(file)
|
||||
|
||||
|
||||
random_str = "".join(random.choices(string.ascii_letters + string.digits, k=5))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user