mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 08:43:02 +01:00
8 lines
131 B
C#
8 lines
131 B
C#
|
|
namespace MediaBrowser.Controller.Entities
|
|
{
|
|
public interface IThemeMedia
|
|
{
|
|
bool IsThemeMedia { get; }
|
|
}
|
|
}
|