Skip to content

Commit

Permalink
remove Cast and CastAndRole infolabels, closes #597
Browse files Browse the repository at this point in the history
  • Loading branch information
scakemyer committed Dec 22, 2016
1 parent 74640d4 commit 6391a60
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions resources/site-packages/quasar/navigation.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ def _json(url):
"Year": xbmc.getInfoLabel("ListItem.Year"),
"Genre": xbmc.getInfoLabel("ListItem.Genre"),
"Trailer": xbmc.getInfoLabel("ListItem.Trailer"),
"Cast": xbmc.getInfoLabel("ListItem.Cast"),
"CastAndRole": xbmc.getInfoLabel("ListItem.CastAndRole"),
"Studio": xbmc.getInfoLabel("ListItem.Studio"),
"MPAA": xbmc.getInfoLabel("ListItem.MPAA"),
"VideoCodec": xbmc.getInfoLabel("ListItem.VideoCodec"),
Expand Down

0 comments on commit 6391a60

Please sign in to comment.