We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7b1484 commit 1f0d63aCopy full SHA for 1f0d63a
mythtv/programs/mythcommflag/main.cpp
@@ -1006,7 +1006,7 @@ static int RebuildSeekTable(ProgramInfo *pginfo, int jobid)
1006
// assume file is in Video storage group on local backend
1007
// and try again
1008
1009
- filename = QString("myth://Video@%1/%2")
+ filename = QString("myth://Videos@%1/%2")
1010
.arg(gCoreContext->GetHostName()).arg(filename);
1011
pginfo->SetPathname(filename);
1012
if (!DoesFileExist(pginfo))
0 commit comments