mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-16 16:23:43 +02:00
8 lines
128 B
C#
8 lines
128 B
C#
|
|
namespace MediaBrowser.Controller.Entities
|
|
{
|
|
public interface IArchivable
|
|
{
|
|
bool IsArchive { get; }
|
|
}
|
|
}
|