mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +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. |
||
---|---|---|
.. | ||
database | ||
dialogs | ||
entrypoint | ||
helper | ||
jellyfin | ||
objects | ||
__init__.py | ||
client.py | ||
connect.py | ||
downloader.py | ||
full_sync.py | ||
library.py | ||
monitor.py | ||
player.py | ||
views.py |