Browse Source

Copy-Pasting is sometimes hard....

Carsten Braun 1 tháng trước cách đây
mục cha
commit
90a8a26c6e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      MediaBrowser.Providers/MediaInfo/FFProbeVideoInfo.cs

+ 1 - 1
MediaBrowser.Providers/MediaInfo/FFProbeVideoInfo.cs

@@ -520,7 +520,7 @@ namespace MediaBrowser.Providers.MediaInfo
                         {
                             Name = person.Name,
                             Type = person.Type,
-                            Role = person.Role = person.Role?.Trim()
+                            Role = person.Role?.Trim()
                         });
                     }
                 }