Skip to content

Commit aefc7ce

Browse files
author
Robert McNamara
committed
Remove extraneous ; in MetadataFactory.
Gary came up with an explanation that makes the author (me) sound much better than what actually probably occurred, which is my fingers working on autopilot. Behavior should be totally unchanged. Fixes #10481.
1 parent efdba7e commit aefc7ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mythtv/libs/libmythmetadata/metadatafactory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ void MetadataFactory::customEvent(QEvent *levent)
596596
{
597597
VideoMetadata *metadata = m_mlm->byID(*it).get();
598598

599-
if (metadata);
599+
if (metadata)
600600
Lookup(metadata, true, true);
601601
}
602602
}

0 commit comments

Comments
 (0)