mirror of
https://github.com/metatube-community/jellyfin-plugin-metatube.git
synced 2026-05-11 00:38:59 +08:00
Improve: ChineseSubtitle with -UC tag
This commit is contained in:
@@ -157,7 +157,7 @@ public class OrganizeMetadataTask : IScheduledTask
|
||||
if (string.IsNullOrWhiteSpace(filename))
|
||||
return false;
|
||||
|
||||
return filename.Contains(ChineseSubtitle) || HasTag(filename, "C", "ch");
|
||||
return filename.Contains(ChineseSubtitle) || HasTag(filename, "C", "UC", "ch");
|
||||
}
|
||||
|
||||
private static bool HasExternalChineseSubtitle(string path)
|
||||
|
||||
Reference in New Issue
Block a user