temporary disable sorting stuff
This commit is contained in:
6
main.py
6
main.py
@ -423,6 +423,12 @@ def get_entry_album(item, params):
|
|||||||
#TO FIX _DATE or _DATEADDED ?
|
#TO FIX _DATE or _DATEADDED ?
|
||||||
def get_sort_methods(type,params):
|
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 = [
|
sortable = [
|
||||||
xbmcplugin.SORT_METHOD_NONE,
|
xbmcplugin.SORT_METHOD_NONE,
|
||||||
xbmcplugin.SORT_METHOD_LABEL,
|
xbmcplugin.SORT_METHOD_LABEL,
|
||||||
|
|||||||
Reference in New Issue
Block a user