From 40d1d5ae96bb489ac7a1662dc38b04c4872563f6 Mon Sep 17 00:00:00 2001 From: wutschel Date: Sat, 11 May 2024 10:45:17 +0200 Subject: [PATCH] Remove obvious comment and add new line for improved readability --- XBMC Remote/tcpJSONRPC.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XBMC Remote/tcpJSONRPC.m b/XBMC Remote/tcpJSONRPC.m index 925641aa9..61e22cce8 100644 --- a/XBMC Remote/tcpJSONRPC.m +++ b/XBMC Remote/tcpJSONRPC.m @@ -279,8 +279,8 @@ - (void)readJSONRPCAPIVersion { AppDelegate.instance.APIpatchVersion = 0; } } - // Read the sorttokens [self readSorttokens]; + // Read 1-movie-set setting [self readGroupSingleItemSets];