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

Update browserdeviceprofile.js

This commit is contained in:
Nyanmisaka 2020-01-24 02:44:53 +08:00 committed by GitHub
parent 154a24bdb0
commit 07c67f0382
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -139,7 +139,7 @@ define(['browser'], function (browser) {
return true; return true;
} }
} else if (format === 'mp2') { } else if (format === 'mp2') {
//For now // For now
return false; return false;
} }