mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
5 lines
73 B
JavaScript
5 lines
73 B
JavaScript
(function() {
|
|
"use strict";
|
|
window.appMode = 'standalone';
|
|
})();
|