Skip to content

Commit 2fd01c4

Browse files
committed
- list callback fix main menu
- add license - forum fix addon.xml
1 parent dbbb9e3 commit 2fd01c4

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

addon.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<description lang="de_DE">ORF ON - Dieses Plugin ermöglicht den Zugriff auf den österreichischen Streamingdienst ORF ON</description>
1818
<description lang="en_GB">ORF ON - This plugin provides access to the Austrian ORF ON streaming service</description>
1919
<license>GPL-2.0-only</license>
20-
<forum>https://forum.kodi.tv/</forum>
20+
<forum>https://forum.kodi.tv/showthread.php?tid=159835</forum>
2121
<email>[email protected]</email>
2222
<website>https://on.orf.at</website>
2323
<source>https://github.com/s0faking/plugin.video.orftvthek</source>
@@ -29,6 +29,9 @@
2929
- new Livestream (timeshift)
3030
- added setting to use old livestream format
3131
- LF conversion
32+
- list callback fix main menu
33+
- add license
34+
- forum fix addon.xml
3235
</news>
3336
</extension>
3437
</addon>

changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ v1.0.2 (2024-06-08)
22
- new Livestream (timeshift)
33
- added setting to use old livestream format
44
- LF conversion
5+
- list callback fix main menu
6+
- add license
7+
- forum fix addon.xml
58

69
v1.0.1 beta (2024-06-05)
710
- fix routing requirement

resources/lib/Addon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def get_main_menu():
4242
kodi_worker.render(index_directory)
4343
if not kodi_worker.hide_accessibility_menu():
4444
kodi_worker.render(Directory(kodi_worker.get_translation(30147, 'Accessibility'), '', '/accessibility', '', 'accessibility', translator=kodi_worker))
45-
kodi_worker.list_callback()
45+
kodi_worker.list_callback(None)
4646

4747

4848
@route_plugin.route('/page/start')

0 commit comments

Comments
 (0)