1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Apply back Jellyfin changes

This commit is contained in:
Vasily 2019-01-10 15:41:25 +03:00
parent de6ac33ec1
commit 500cfe2052
77 changed files with 31168 additions and 31362 deletions

View file

@ -99,8 +99,8 @@ define(['loading', 'globalize', 'events', 'viewManager', 'layoutManager', 'skinM
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();