mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-02 13:58:29 +01:00
add more device options
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace MediaBrowser.Controller.Entities
|
||||
{
|
||||
/// <summary>
|
||||
@@ -7,5 +8,7 @@ namespace MediaBrowser.Controller.Entities
|
||||
public interface ICollectionFolder
|
||||
{
|
||||
string CollectionType { get; }
|
||||
string Path { get; }
|
||||
IEnumerable<string> PhysicalLocations { get; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user