1
0
Fork 0
mirror of https://github.com/HenkKalkwater/harbour-sailfin.git synced 2024-05-17 03:22:42 +00:00
harbour-sailfin/qtquick/qml/ApiClient.qml

8 lines
220 B
QML
Raw Normal View History

2021-03-24 19:04:03 +00:00
pragma Singleton
import QtQuick 2.12
import nl.netsoj.chris.Jellyfin 1.0 as J
J.ApiClient {
2021-05-21 13:46:30 +00:00
supportedCommands: [J.GeneralCommandType.Play, J.GeneralCommandType.DisplayContent, J.GeneralCommandType.DisplayMessage]
2021-03-24 19:04:03 +00:00
}