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:
parent
c6179ec3b4
commit
a57894c8c3
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ define(['connectionManager', 'globalize', 'userSettings', 'apphost'], function (
|
||||||
}
|
}
|
||||||
|
|
||||||
function showDvdMessage() {
|
function showDvdMessage() {
|
||||||
return showMessage(globalize.translate("ExperimentalDVDPlayback"), 'dvdexpirementalinfo', 'nativedvdplayback');
|
return showMessage(globalize.translate("UnsupportedPlayback"), 'dvdexpirementalinfo', 'nativedvdplayback');
|
||||||
}
|
}
|
||||||
|
|
||||||
function showIsoMessage() {
|
function showIsoMessage() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue