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
a57894c8c3
commit
a80d6b9f27
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ define(['connectionManager', 'globalize', 'userSettings', 'apphost'], function (
|
||||||
}
|
}
|
||||||
|
|
||||||
function showIsoMessage() {
|
function showIsoMessage() {
|
||||||
return showMessage(globalize.translate("ExperimentalISOPlayback"), 'isoexpirementalinfo', 'nativeisoplayback');
|
return showMessage(globalize.translate("UnsupportedPlayback"), 'isoexpirementalinfo', 'nativeisoplayback');
|
||||||
}
|
}
|
||||||
|
|
||||||
function ExpirementalPlaybackWarnings() {
|
function ExpirementalPlaybackWarnings() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue