Convert local_playlist to flask framework

This commit is contained in:
James Taylor
2019-07-06 23:08:04 -07:00
parent c0617670f7
commit 6261add37d
5 changed files with 120 additions and 141 deletions

View File

@@ -6,7 +6,7 @@ from youtube import yt_app
from youtube import util
# these are just so the files get run - they import yt_app and add routes to it
from youtube import watch, search, playlist, channel
from youtube import watch, search, playlist, channel, local_playlist
import settings