This commit is contained in:
stax76
2022-06-03 21:02:29 +02:00
parent 4cd92db141
commit 2ee2b31bc0
3 changed files with 6 additions and 6 deletions

View File

@@ -1476,7 +1476,7 @@ namespace mpvnet
string filename = GetPropertyString($"filename/no-ext");
string title = GetPropertyString($"track-list/{i}/title").Replace(filename, "");
title = Regex.Replace(title, @"^[\._\-]", "").Replace("_", "__");
title = Regex.Replace(title, @"^[\._\-]", "");
if (type == "video")
{