feat: add jellyfin integration (#672)
* feat: #655 implement jellyfin media server * fix: table overflow * feat: pr feedback * refactor: format * refactor: merge existing code * fix: code smells * refactor: format commit
This commit is contained in:
@@ -986,6 +986,7 @@ export default {
|
||||
},
|
||||
noIntegration: "No integration selected",
|
||||
},
|
||||
option: {},
|
||||
},
|
||||
video: {
|
||||
name: "Video Stream",
|
||||
@@ -1010,6 +1011,11 @@ export default {
|
||||
forYoutubeUseIframe: "For YouTube videos use the iframe option",
|
||||
},
|
||||
},
|
||||
mediaServer: {
|
||||
name: "Current media server streams",
|
||||
description: "Show the current streams on your media servers",
|
||||
option: {},
|
||||
},
|
||||
},
|
||||
widgetPreview: {
|
||||
toggle: {
|
||||
@@ -1485,6 +1491,9 @@ export default {
|
||||
ping: {
|
||||
label: "Pings",
|
||||
},
|
||||
mediaServer: {
|
||||
label: "Media Server",
|
||||
},
|
||||
mediaOrganizer: {
|
||||
label: "Media Organizers",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user