mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-02 22:08:27 +01:00
Fix some warnings
609 left
This commit is contained in:
@@ -1452,7 +1452,7 @@ namespace MediaBrowser.Controller.Entities
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Logger.LogError(ex, "Error refreshing owned items for {path}", Path ?? Name);
|
||||
Logger.LogError(ex, "Error refreshing owned items for {Path}", Path ?? Name);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -303,7 +303,7 @@ namespace MediaBrowser.Controller.Entities
|
||||
if (dictionary.ContainsKey(id))
|
||||
{
|
||||
Logger.LogError(
|
||||
"Found folder containing items with duplicate id. Path: {path}, Child Name: {ChildName}",
|
||||
"Found folder containing items with duplicate id. Path: {Path}, Child Name: {ChildName}",
|
||||
Path ?? Name,
|
||||
child.Path ?? child.Name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user