Deserialize with the correct type (and warning fixes)

This commit is contained in:
Bond_009
2019-11-01 16:53:16 +01:00
parent ef623f5129
commit 846857b60e
4 changed files with 18 additions and 16 deletions

View File

@@ -8,8 +8,11 @@ namespace MediaBrowser.Controller.Entities
public interface ICollectionFolder : IHasCollectionType
{
string Path { get; }
string Name { get; }
Guid Id { get; }
string[] PhysicalLocations { get; }
}