jellyfin-web/src/standalone.js
2019-12-03 23:17:01 +09:00

5 lines
73 B
JavaScript

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