mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-06 00:06:13 +00:00
fix main entry point: not respond to other addons requests
This commit is contained in:
parent
4a3200f6df
commit
ad00392a68
2 changed files with 2 additions and 3 deletions
|
@ -76,9 +76,8 @@ elif mode == "recentepisodes":
|
|||
elif "extrafanart" in sys.argv[0]:
|
||||
entrypoint.getExtraFanArt()
|
||||
|
||||
|
||||
##### SHOW ADDON NODES LISTING #####
|
||||
else:
|
||||
if mode is None:
|
||||
entrypoint.doMainListing()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue