1
0
Fork 0
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:
Anthony Lavado 2018-12-11 01:31:08 -05:00
parent 8d13cc662c
commit b8ebfea9c4
22 changed files with 43 additions and 43 deletions

View file

@ -63,8 +63,8 @@ define(["loading", "appRouter", "layoutManager", "appSettings", "apphost", "focu
break;
case "ServerUpdateNeeded":
alertTextWithOptions({
text: globalize.translate("core#ServerUpdateNeeded", "https://emby.media"),
html: globalize.translate("core#ServerUpdateNeeded", '<a href="https://emby.media">https://emby.media</a>')
text: globalize.translate("core#ServerUpdateNeeded", "https://github.com/jellyfin/jellyfin"),
html: globalize.translate("core#ServerUpdateNeeded", '<a href="https://github.com/jellyfin/jellyfin">https://github.com/jellyfin/jellyfin</a>')
});
break;
default:
@ -243,4 +243,4 @@ define(["loading", "appRouter", "layoutManager", "appSettings", "apphost", "focu
btnInviteMenu && showPendingInviteMenu(btnInviteMenu)
})
}
});
});