Skip to content

Commit

Permalink
Fix RemoteRequestNextFreeRecorder() to exclude the selected input.
Browse files Browse the repository at this point in the history
  • Loading branch information
gigem committed Aug 17, 2015
1 parent f0b11c7 commit b602a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/tvremoteutil.cpp
Expand Up @@ -177,7 +177,7 @@ RemoteEncoder *RemoteRequestNextFreeRecorder(int inputid)
.arg(inputid));

vector<InputInfo> inputs =
RemoteRequestFreeInputInfo(0);
RemoteRequestFreeInputInfo(inputid);

if (inputs.empty())
{
Expand Down

0 comments on commit b602a1c

Please sign in to comment.