mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2024-10-31 23:25:18 +00:00
8 lines
220 B
QML
8 lines
220 B
QML
pragma Singleton
|
|
import QtQuick 2.12
|
|
import nl.netsoj.chris.Jellyfin 1.0 as J
|
|
|
|
J.ApiClient {
|
|
supportedCommands: [J.GeneralCommandType.Play, J.GeneralCommandType.DisplayContent, J.GeneralCommandType.DisplayMessage]
|
|
}
|