Fix missing `updateRoomPlaylist` call

This commit is contained in:
Dean Herbert 2024-11-20 16:56:22 +09:00
parent 50089c027e
commit 03de518484
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ protected override void LoadComplete()
Room.PropertyChanged += onRoomPropertyChanged;
updateSetupState();
updateRoomMaxAttempts();
updateRoomPlaylist();
}
private void onRoomPropertyChanged(object? sender, PropertyChangedEventArgs e)