temporary disable sorting stuff

This commit is contained in:
gordielachance 2016-10-04 15:13:57 +02:00
parent 8bbeabc0dc
commit b66129b448
1 changed files with 6 additions and 0 deletions

View File

@ -422,6 +422,12 @@ def get_entry_album(item, params):
#https://github.com/xbmc/xbmc/blob/master/xbmc/SortFileItem.h
#TO FIX _DATE or _DATEADDED ?
def get_sort_methods(type,params):
#TO FIX
#actually it seems possible to 'restore' the default sorting (by labels)
#so our starred items don't get colorized.
#so do not sort stuff
return []
sortable = [
xbmcplugin.SORT_METHOD_NONE,