New views.py

Combines maintainsViews from librarysync and videonodes and playlist
creation. Still need to move deletion from utils.
This commit is contained in:
angelblue05 2016-11-05 13:36:46 -05:00
parent 1d8d01b5f8
commit 16df4d6404
7 changed files with 291 additions and 987 deletions

View file

@ -11,7 +11,6 @@ import xbmcgui
import clientinfo
import downloadutils
import kodidb_functions as kodidb
import websocket_client as wsc
from utils import window, settings, language as lang
from ga_client import GoogleAnalytics, log_error