mirror of
https://projects.vdr-developer.org/git/vdr-plugin-streamdev.git
synced 2023-10-10 19:16:51 +02:00
Fixed missing Display() call after disconnecting a client.
This commit is contained in:
parent
c652e8fa81
commit
7347e24123
@ -38,6 +38,7 @@ eOSState cStreamdevServerMenu::Disconnect() {
|
|||||||
s->Close();
|
s->Close();
|
||||||
Del(Current());
|
Del(Current());
|
||||||
SetHelpKeys();
|
SetHelpKeys();
|
||||||
|
Display();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user