Use gunicorn instead of Werkzeug and 32 more very minor changes (#35)

This commit is contained in:
Mungai Geoffrey
2022-04-21 03:29:42 +03:00
committed by GitHub
parent 68b474bbba
commit ef68cae625
33 changed files with 751 additions and 227 deletions
+6
View File
@@ -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,
};