mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix typo
This commit is contained in:
parent
8020a68640
commit
96569fdbda
1 changed files with 1 additions and 1 deletions
|
@ -788,7 +788,7 @@
|
||||||
|
|
||||||
var videoType = (item.VideoType || "").toLowerCase();
|
var videoType = (item.VideoType || "").toLowerCase();
|
||||||
|
|
||||||
var expirementalText = "This feature is expiremental. It may not work at all with some titles. Do you wish to continue?";
|
var expirementalText = "This feature is experimental. It may not work at all with some titles. Do you wish to continue?";
|
||||||
|
|
||||||
if (videoType == "dvd") {
|
if (videoType == "dvd") {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue