From c72da833ec64fe78c10f366c77ad8be8c5023a5a Mon Sep 17 00:00:00 2001 From: wutschel Date: Sun, 23 Feb 2025 13:42:52 +0100 Subject: [PATCH] Use correct method to start playback --- XBMC Remote/DetailViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XBMC Remote/DetailViewController.m b/XBMC Remote/DetailViewController.m index 7fce7cfad..3551d2c14 100644 --- a/XBMC Remote/DetailViewController.m +++ b/XBMC Remote/DetailViewController.m @@ -1603,7 +1603,7 @@ - (void)didSelectItemAtIndexPath:(NSIndexPath*)indexPath item:(NSDictionary*)ite [self deselectAtIndexPath:indexPath]; } else if ([parameters[@"forcePlayback"] boolValue]) { - [self addPlayback:item indexPath:indexPath position:indexPath.row shuffle:NO]; + [self startPlayback:item indexPath:indexPath shuffle:NO]; } else if (methods[@"method"] != nil && ![parameters[@"forceActionSheet"] boolValue] && !stackscrollFullscreen) { // There is a child and we want to show it (only when not in fullscreen)