mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Play streaming audio in player.
This commit is contained in:
@@ -365,8 +365,6 @@ private:
|
||||
|
||||
void setupConnectingWidget();
|
||||
void createPlayer();
|
||||
void switchToPanelPlayer();
|
||||
void switchToFixedPlayer();
|
||||
void closeBothPlayers();
|
||||
void playerHeightUpdated();
|
||||
|
||||
@@ -501,7 +499,6 @@ private:
|
||||
= { nullptr };
|
||||
object_ptr<Media::Player::VolumeWidget> _playerVolume = { nullptr };
|
||||
object_ptr<Media::Player::Panel> _playerPlaylist;
|
||||
object_ptr<Media::Player::Panel> _playerPanel;
|
||||
bool _playerUsingPanel = false;
|
||||
|
||||
base::unique_qptr<Window::HistoryHider> _hider;
|
||||
|
Reference in New Issue
Block a user