mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 01:54:42 +01:00
Deserialize with the correct type (and warning fixes)
This commit is contained in:
@@ -8,8 +8,11 @@ namespace MediaBrowser.Controller.Entities
|
||||
public interface ICollectionFolder : IHasCollectionType
|
||||
{
|
||||
string Path { get; }
|
||||
|
||||
string Name { get; }
|
||||
|
||||
Guid Id { get; }
|
||||
|
||||
string[] PhysicalLocations { get; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user