mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
Use gunicorn instead of Werkzeug and 32 more very minor changes (#35)
This commit is contained in:
@@ -80,6 +80,11 @@ interface fromPlaylist {
|
||||
playlistid: string;
|
||||
}
|
||||
|
||||
interface fromSearch {
|
||||
type: FromOptions;
|
||||
query: string;
|
||||
}
|
||||
|
||||
export {
|
||||
Track,
|
||||
Folder,
|
||||
@@ -91,4 +96,5 @@ export {
|
||||
fromFolder,
|
||||
fromAlbum,
|
||||
fromPlaylist,
|
||||
fromSearch,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user