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

updated translations

This commit is contained in:
Luke Pulverenti 2016-08-17 01:46:15 -04:00
parent 4f2ce200aa
commit 7e060883f6
47 changed files with 134 additions and 449 deletions

View file

@ -2327,7 +2327,7 @@ var AppInfo = {};
defineRoute({
path: '/mysync.html',
dependencies: ['scripts/syncactivity', 'scripts/taskbutton', 'emby-button'],
dependencies: [],
autoFocus: false,
transition: 'fade',
controller: 'scripts/mysync'
@ -2493,7 +2493,8 @@ var AppInfo = {};
defineRoute({
path: '/syncactivity.html',
dependencies: [],
autoFocus: false
autoFocus: false,
controller: 'scripts/syncactivity'
});
defineRoute({