Skip to content

Commit

Permalink
Fixed whitespaces to make linter happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
elgatito committed Jan 8, 2023
1 parent 3a6d39a commit 1d581b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/site-packages/elementum/navigation.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ def remove_dbtype_from_list(list):
if 'dbtype' in list:
del list['dbtype']
if 'DBTYPE' in list:
del list['DBTYPE']
del list['DBTYPE']

return list

def _json(url):
Expand Down Expand Up @@ -239,7 +239,7 @@ def _json(url):
del _infoLabels['castmembers']

_infoLabels = normalizeLabels(_infoLabels)
remove_dbtype_from_list(_infoLabels)
remove_dbtype_from_list(_infoLabels)

item.setInfo(type='video', infoLabels=_infoLabels)
xbmcplugin.setResolvedUrl(HANDLE, True, item)
Expand Down

0 comments on commit 1d581b6

Please sign in to comment.