Skip to content

Commit 1f0d63a

Browse files
committed
Correct typo (Video -> Videos) in Storage Group name
1 parent e7b1484 commit 1f0d63a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mythtv/programs/mythcommflag/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,7 @@ static int RebuildSeekTable(ProgramInfo *pginfo, int jobid)
10061006
// assume file is in Video storage group on local backend
10071007
// and try again
10081008

1009-
filename = QString("myth://Video@%1/%2")
1009+
filename = QString("myth://Videos@%1/%2")
10101010
.arg(gCoreContext->GetHostName()).arg(filename);
10111011
pginfo->SetPathname(filename);
10121012
if (!DoesFileExist(pginfo))

0 commit comments

Comments
 (0)