mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Updates all other emby.media links to repo page
This commit is contained in:
parent
8d13cc662c
commit
b8ebfea9c4
22 changed files with 43 additions and 43 deletions
|
@ -28,8 +28,8 @@ define(["loading", "globalize", "events", "viewManager", "layoutManager", "skinM
|
|||
case "ServerUpdateNeeded":
|
||||
require(["alert"], function(alert) {
|
||||
alert({
|
||||
text: globalize.translate("sharedcomponents#ServerUpdateNeeded", "https://emby.media"),
|
||||
html: globalize.translate("sharedcomponents#ServerUpdateNeeded", '<a href="https://emby.media">https://emby.media</a>')
|
||||
text: globalize.translate("sharedcomponents#ServerUpdateNeeded", "https://github.com/jellyfin/jellyfin"),
|
||||
html: globalize.translate("sharedcomponents#ServerUpdateNeeded", '<a href="https://github.com/jellyfin/jellyfin">https://github.com/jellyfin/jellyfin</a>')
|
||||
}).then(function() {
|
||||
appRouter.showSelectServer()
|
||||
})
|
||||
|
@ -413,4 +413,4 @@ define(["loading", "globalize", "events", "viewManager", "layoutManager", "skinM
|
|||
Backdrop: 1,
|
||||
Full: 2
|
||||
}, appRouter.invokeShortcut = invokeShortcut, appRouter
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue