mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-16 07:12:18 +01:00
@@ -1193,7 +1193,7 @@ namespace MediaBrowser.MediaEncoding.Probing
|
||||
|
||||
if (chapter.tags != null)
|
||||
{
|
||||
if (chapter.tags.TryGetValue("title", out var name))
|
||||
if (chapter.tags.TryGetValue("title", out string name))
|
||||
{
|
||||
info.Name = name;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user