mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 05:53:03 +03:00
add tuner infos to tv service status
This commit is contained in:
@@ -103,4 +103,12 @@ namespace MediaBrowser.Model.LiveTv
|
||||
Ok = 0,
|
||||
Unavailable = 1
|
||||
}
|
||||
|
||||
public enum LiveTvTunerStatus
|
||||
{
|
||||
Available = 0,
|
||||
Disabled = 1,
|
||||
RecordingTv = 2,
|
||||
LiveTv = 3
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user