Reformat JustAMan review pt2 changes

Refs #575
This commit is contained in:
Erwin de Haan
2019-01-17 20:24:39 +01:00
parent 321c440739
commit 38f96af079
150 changed files with 97 additions and 189 deletions

View File

@@ -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;
}