mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 01:24:44 +01:00
Fix some warnings
609 left
This commit is contained in:
@@ -144,7 +144,7 @@ namespace MediaBrowser.LocalMetadata.Savers
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Logger.LogError(ex, "Error setting hidden attribute on {path}", path);
|
||||
Logger.LogError(ex, "Error setting hidden attribute on {Path}", path);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user