Skip to content

Commit

Permalink
- list callback fix main menu
Browse files Browse the repository at this point in the history
- add license
- forum fix addon.xml
  • Loading branch information
s0faking committed Jun 9, 2024
1 parent dbbb9e3 commit 2fd01c4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<description lang="de_DE">ORF ON - Dieses Plugin ermöglicht den Zugriff auf den österreichischen Streamingdienst ORF ON</description>
<description lang="en_GB">ORF ON - This plugin provides access to the Austrian ORF ON streaming service</description>
<license>GPL-2.0-only</license>
<forum>https://forum.kodi.tv/</forum>
<forum>https://forum.kodi.tv/showthread.php?tid=159835</forum>
<email>[email protected]</email>
<website>https://on.orf.at</website>
<source>https://github.com/s0faking/plugin.video.orftvthek</source>
Expand All @@ -29,6 +29,9 @@
- new Livestream (timeshift)
- added setting to use old livestream format
- LF conversion
- list callback fix main menu
- add license
- forum fix addon.xml
</news>
</extension>
</addon>
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ v1.0.2 (2024-06-08)
- new Livestream (timeshift)
- added setting to use old livestream format
- LF conversion
- list callback fix main menu
- add license
- forum fix addon.xml

v1.0.1 beta (2024-06-05)
- fix routing requirement
Expand Down
2 changes: 1 addition & 1 deletion resources/lib/Addon.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def get_main_menu():
kodi_worker.render(index_directory)
if not kodi_worker.hide_accessibility_menu():
kodi_worker.render(Directory(kodi_worker.get_translation(30147, 'Accessibility'), '', '/accessibility', '', 'accessibility', translator=kodi_worker))
kodi_worker.list_callback()
kodi_worker.list_callback(None)


@route_plugin.route('/page/start')
Expand Down

0 comments on commit 2fd01c4

Please sign in to comment.