add tuner infos to tv service status

This commit is contained in:
Luke Pulverenti
2014-01-22 12:22:04 -05:00
parent 529a397b69
commit 9b370d904f
3 changed files with 96 additions and 1 deletions

View File

@@ -103,4 +103,12 @@ namespace MediaBrowser.Model.LiveTv
Ok = 0,
Unavailable = 1
}
public enum LiveTvTunerStatus
{
Available = 0,
Disabled = 1,
RecordingTv = 2,
LiveTv = 3
}
}