2 changes: 1 addition & 1 deletion mythtv/programs/mythfrontend/services/frontend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ bool Frontend::SendNotification(bool Error,
Message,
Origin.isNull() ? tr("FrontendServices") : Origin,
Description, Image, Extra,
ProgressText, Progress, Timeout,
ProgressText, Progress, std::chrono::seconds(Timeout),
Fullscreen, Visibility, (MythNotification::Priority)Priority);
return true;
}
Expand Down