Official-Kodi-Remote-iOS
Official-Kodi-Remote-iOS copied to clipboard
Show error message when playback/queueing cannot be executed
Call [Utilities showMessage:LOCALIZED_STR(@"Cannot do that") color:[Utilities getSystemRed:0.95]] when we abort to attempt playback or queueing.
Examples are early returns in case of if (!value || !key) or if (!playlistItems).