mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
Fix multiple mistakes and warnings
This commit is contained in:
@@ -57,7 +57,6 @@ namespace Emby.Server.Implementations.Library
|
||||
}
|
||||
|
||||
var filename = fileInfo.Name;
|
||||
var path = fileInfo.FullName;
|
||||
|
||||
// Ignore hidden files on UNIX
|
||||
if (Environment.OSVersion.Platform != PlatformID.Win32NT
|
||||
|
||||
Reference in New Issue
Block a user