mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-28 20:06:12 +00:00
Add backup option
This commit is contained in:
parent
c58e4d84e7
commit
4c0ef2fe7a
5 changed files with 59 additions and 3 deletions
|
@ -95,7 +95,8 @@ class Main(object):
|
|||
'refreshplaylist': entrypoint.refreshPlaylist,
|
||||
'deviceid': entrypoint.resetDeviceId,
|
||||
'delete': entrypoint.deleteItem,
|
||||
'connect': entrypoint.emby_connect
|
||||
'connect': entrypoint.emby_connect,
|
||||
'backup': entrypoint.emby_backup
|
||||
}
|
||||
if mode in modes:
|
||||
# Simple functions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue