Skip to content

Commit 4b8bf38

Browse files
Fix regression caused by [adca89e]; breakage of remote storage group playback.
1 parent 16850cc commit 4b8bf38

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mythtv/libs/libmythbase/remotefile.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,8 @@ bool RemoteFile::Exists(const QString &url, struct stat *fileinfo)
299299
if (!sgroup.isEmpty())
300300
strlist << sgroup;
301301

302+
gCoreContext->SendReceiveStringList(strlist);
303+
302304
bool result = false;
303305
if ((strlist.size() >= 1) && strlist[0] == "1")
304306
{

0 commit comments

Comments
 (0)