mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 04:13:46 +01:00
8 lines
128 B
C#
8 lines
128 B
C#
|
|
namespace MediaBrowser.Controller.Entities
|
|
{
|
|
public interface IArchivable
|
|
{
|
|
bool IsArchive { get; }
|
|
}
|
|
}
|