jellyfin-web/src/standalone.js
2020-05-04 12:44:12 +02:00

5 lines
73 B
JavaScript

(function() {
'use strict';
window.appMode = 'standalone';
})();