Skip to content

Commit

Permalink
Merge pull request #1202 from wutschel/feature_resume_recordings
Browse files Browse the repository at this point in the history
Feature: support resume for PVR recordings
  • Loading branch information
kambala-decapitator authored Dec 21, 2024
2 parents 2eed37d + c5ee26c commit f3ec27f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions XBMC Remote/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -4530,6 +4530,7 @@ - (BOOL)application:(UIApplication*)application didFinishLaunchingWithOptions:(N
@"row13": @"endtime",
@"row14": @"playcount",
@"row15": @"plot",
@"row16": @"resume",
@"itemid_extra_info": @"recordingdetails",
},

Expand Down Expand Up @@ -5080,6 +5081,7 @@ - (BOOL)application:(UIApplication*)application didFinishLaunchingWithOptions:(N
@"row13": @"endtime",
@"row14": @"playcount",
@"row15": @"plot",
@"row16": @"resume",
@"itemid_extra_info": @"recordingdetails",
},

Expand Down

0 comments on commit f3ec27f

Please # to comment.