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

Update src/components/playback/experimentalwarnings.js

Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
This commit is contained in:
artiume 2020-04-16 20:39:00 -04:00 committed by GitHub
parent c6179ec3b4
commit a57894c8c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,7 @@ define(['connectionManager', 'globalize', 'userSettings', 'apphost'], function (
}
function showDvdMessage() {
return showMessage(globalize.translate("ExperimentalDVDPlayback"), 'dvdexpirementalinfo', 'nativedvdplayback');
return showMessage(globalize.translate("UnsupportedPlayback"), 'dvdexpirementalinfo', 'nativedvdplayback');
}
function showIsoMessage() {