mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2026-04-07 04:09:55 +00:00
* fix(player): re-detect audio and subs
In the event that another addon (or even the user) sets the subtitles or
the audio before this addon does, such a change is not detected
correctly.
This PR fixes that by reloading that information from Kodi before
calling `set_audio_subs`
* fix: build
* Revert "fix: build"
This reverts commit
|
||
|---|---|---|
| .. | ||
| 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 | ||