Japanese translation updated

This commit is contained in:
stax76
2024-07-26 00:36:07 +02:00
parent f3fdef780d
commit 9d30acaba6
3 changed files with 13 additions and 21 deletions

View File

@@ -456,14 +456,6 @@ public class MainPlayer : MpvClient
LoadISO(file);
else if(FileTypes.Subtitle.Contains(ext))
CommandV("sub-add", file);
else if (!FileTypes.IsMedia(ext) && !file.Contains("://") && Directory.Exists(file) &&
File.Exists(System.IO.Path.Combine(file, "BDMV\\index.bdmv")))
{
Command("stop");
Thread.Sleep(500);
SetPropertyString("bluray-device", file);
CommandV("loadfile", @"bd://");
}
else
{
if (i == 0 && !append)