mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-01 20:43:33 +01:00
9 lines
129 B
C#
9 lines
129 B
C#
namespace MediaBrowser.Model.LiveTv
|
|
{
|
|
public enum DayPattern
|
|
{
|
|
Daily,
|
|
Weekdays,
|
|
Weekends
|
|
}
|
|
}
|