Skip to content

Commit

Permalink
Fix missing "Live" label in Kodi 18
Browse files Browse the repository at this point in the history
  • Loading branch information
MoojMidge committed Nov 18, 2024
1 parent 6151642 commit fd05a62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class XbmcContext(AbstractContext):
'isa.enable.check': 30579,
'key.requirement': 30731,
'liked.video': 30716,
'live': 839,
'live': 19664,
'live.completed': 30647,
'live.upcoming': 30646,
'maintenance.bookmarks': 30800,
Expand Down
4 changes: 2 additions & 2 deletions resources/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
<option label="30736">shorts</option>
<option label="30809">upcoming</option>
<option label="30646">upcoming_live</option>
<option label="839">live</option>
<option label="19664">live</option>
<option label="30766">premieres</option>
<option label="30810">completed</option>
<option label="30811">live_folder</option>
Expand Down Expand Up @@ -529,7 +529,7 @@
<default>true</default>
<control type="toggle"/>
</setting>
<setting id="youtube.folder.live.show" type="boolean" label="839" help="">
<setting id="youtube.folder.live.show" type="boolean" label="19664" help="">
<level>0</level>
<default>true</default>
<control type="toggle"/>
Expand Down

0 comments on commit fd05a62

Please sign in to comment.