revenz / NextPvrWebConsole

Webconsole and API for NextPVR
2 stars 1 forks source link

Unit Tests for each recording option #40

Closed revenz closed 11 years ago

revenz commented 11 years ago

Create unit tests for each recording option

    Quick Record
    Record_Once = 1,
    Record_Season_New_This_Channel = 2,
    Record_Season_All_This_Channel = 3,
    Record_Season_Daily_This_Timeslot = 4,
    Record_Season_Weekly_This_Timeslot = 5,
    Record_Season_Weekdays_This_Timeslot = 6,
    Record_Season_Weekends_This_Timeslot = 7,
    Record_Season_All_Season_All_Channels = 8