@@ -321,7 +321,7 @@ export default {
321321 system : {
322322 title : 'System' ,
323323 description :
324- 'Basic settings, downloaders (Qbittorrent, Transmission), media servers (Emby, Jellyfin, Plex, TrimeMedia, Ugreen)' ,
324+ 'Basic settings, downloaders (Qbittorrent, Transmission), media servers (Emby, ZSpace, Jellyfin, Plex, TrimeMedia, Ugreen)' ,
325325 } ,
326326 directory : {
327327 title : 'Storage & Directories' ,
@@ -920,6 +920,7 @@ export default {
920920 plex : 'Plex' ,
921921 jellyfin : 'Jellyfin' ,
922922 emby : 'Emby' ,
923+ zspace : 'ZSpace' ,
923924 appLaunchFailed : 'App launch failed, redirecting to web version' ,
924925 appNotInstalled : 'App not detected, redirecting to web version' ,
925926 downloadApp : 'Download App' ,
@@ -1493,6 +1494,7 @@ export default {
14931494 transmission : 'Transmission' ,
14941495 rtorrent : 'rTorrent' ,
14951496 emby : 'Emby' ,
1497+ zspace : 'ZSpace' ,
14961498 jellyfin : 'Jellyfin' ,
14971499 plex : 'Plex' ,
14981500 ugreen : 'Ugreen' ,
@@ -3392,12 +3394,13 @@ export default {
33923394 description : 'Configure media server' ,
33933395 info : 'Media Server Configuration' ,
33943396 infoDesc :
3395- 'Configure media server for media library management, can choose Emby, Jellyfin, Plex, TrimeMedia or Ugreen.' ,
3397+ 'Configure media server for media library management, can choose Emby, ZSpace, Jellyfin, Plex, TrimeMedia or Ugreen.' ,
33963398 type : 'Media Server Type' ,
33973399 typeHint : 'Select the type of media server to use' ,
33983400 name : 'Server Name' ,
33993401 nameHint : 'Set a name for the media server' ,
34003402 embyConfig : 'Emby Configuration' ,
3403+ zspaceConfig : 'ZSpace Configuration' ,
34013404 jellyfinConfig : 'Jellyfin Configuration' ,
34023405 plexConfig : 'Plex Configuration' ,
34033406 host : 'Server Address' ,
0 commit comments