mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-26 02:36:10 +00:00
d98d64f28a
Kodi uses internally a right-shift operation to codify in a single integer disc number and track number. This is taken into account in this addon but, incorrectly, it is done for discnumber > 1 only, while Kodi uses it for tracks in all discs. Fix this by directly codifying the track and disc number for all discs. This patch is based on investigation by user @neightwulf in github. |
||
---|---|---|
.. | ||
kodi | ||
__init__.py | ||
actions.py | ||
movies.py | ||
music.py | ||
musicvideos.py | ||
obj.py | ||
obj_map.json | ||
tvshows.py | ||
utils.py |