mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2025-09-05 18:22:46 +00:00
WIP: Add playlists/queues and add support for Sailfish back
This commit is contained in:
parent
fbc154fb56
commit
86672be051
89 changed files with 1637 additions and 849 deletions
|
@ -231,7 +231,7 @@ protected:
|
|||
std::optional<qint32> m_maxAudioChannels = std::nullopt;
|
||||
QString m_mediaSourceId;
|
||||
QString m_liveStreamId;
|
||||
QSharedPointer<DeviceProfile> m_deviceProfile = nullptr;
|
||||
QSharedPointer<DeviceProfile> m_deviceProfile = QSharedPointer<DeviceProfile>();
|
||||
std::optional<bool> m_enableDirectPlay = std::nullopt;
|
||||
std::optional<bool> m_enableDirectStream = std::nullopt;
|
||||
std::optional<bool> m_enableTranscoding = std::nullopt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue