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

use shared playerselection

This commit is contained in:
Luke Pulverenti 2017-01-19 01:21:03 -05:00
parent db9eb799d9
commit bd5d600bd8
7 changed files with 44 additions and 35 deletions

View file

@ -845,10 +845,6 @@ define(['events', 'datetime', 'appSettings', 'pluginManager', 'userSettings', 'g
var val = enabled ? '1' : '0';
appSettings.set('displaymirror', val);
if (enabled) {
mirrorIfEnabled();
}
return;
}