Skip to content

Commit

Permalink
Fix translated subtitles not being available for some videos anxdpani…
Browse files Browse the repository at this point in the history
  • Loading branch information
MoojMidge committed Oct 29, 2024
1 parent a512711 commit cc29b9d
Show file tree
Hide file tree
Showing 3 changed files with 614 additions and 2 deletions.
6 changes: 6 additions & 0 deletions resources/lib/youtube_plugin/kodion/constants/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
const_settings as SETTINGS,
const_sort_methods as SORT,
)
from .const_lang_region import (
TRANSLATION_LANGUAGES,
)


# Addon paths
Expand Down Expand Up @@ -147,4 +150,7 @@
'PATHS',
'SETTINGS',
'SORT',

# Languages and Regions
'TRANSLATION_LANGUAGES',
)
Loading

0 comments on commit cc29b9d

Please sign in to comment.