mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 19:38:20 -07:00
11 lines
134 B
JavaScript
11 lines
134 B
JavaScript
(function () {
|
|
|
|
window.FileSystem = {
|
|
|
|
fileExists: function (path) {
|
|
return false;
|
|
}
|
|
|
|
};
|
|
|
|
})(); |