mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-08 02:34:19 -04:00
removed extra regex
This commit is contained in:
parent
826c749774
commit
cbd3de416c
@ -153,7 +153,7 @@ namespace MediaBrowser.Controller.Providers
|
||||
var match = Regex.Match(overview, cdataRegex);
|
||||
overview = match.Groups["text"].Value;
|
||||
}
|
||||
item.Overview = Regex.Replace(overview, @"\<[^\>]*\>", string.Empty);
|
||||
item.Overview = overview;
|
||||
break;
|
||||
|
||||
case "TagLine":
|
||||
|
Loading…
x
Reference in New Issue
Block a user