mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 17:44:43 +01:00
Removed unused properties from BaseItem.
This commit is contained in:
@@ -150,7 +150,6 @@ namespace MediaBrowser.Server.Implementations.IO
|
||||
}
|
||||
|
||||
})
|
||||
.Where(Path.IsPathRooted)
|
||||
.Distinct(StringComparer.OrdinalIgnoreCase)
|
||||
.OrderBy(i => i)
|
||||
.ToList();
|
||||
|
||||
Reference in New Issue
Block a user