mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-15 12:10:47 +01:00
restore localized guids switch
This commit is contained in:
@@ -457,7 +457,7 @@ namespace MediaBrowser.XbmcMetadata.Savers
|
||||
|
||||
if (item is Video)
|
||||
{
|
||||
var outline = (item.Tagline ?? item.Overview ?? string.Empty)
|
||||
var outline = (item.Tagline ?? string.Empty)
|
||||
.StripHtml()
|
||||
.Replace(""", "'");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user