mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-08-16 20:41:35 +00:00
add favourite episodes node
This commit is contained in:
parent
bcd8f576df
commit
c3eb8a5598
3 changed files with 9 additions and 0 deletions
|
@ -582,6 +582,8 @@ class LibrarySync(threading.Thread):
|
|||
totalnodes += 1
|
||||
self.vnodes.singleNode(totalnodes, "Favorite tvshows", "tvshows", "favourites")
|
||||
totalnodes += 1
|
||||
self.vnodes.singleNode(totalnodes, "Favorite episodes", "episodes", "favourites")
|
||||
totalnodes += 1
|
||||
self.vnodes.singleNode(totalnodes, "channels", "movies", "channels")
|
||||
totalnodes += 1
|
||||
# Save total
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue