#ifndef JELLYFIN_H #define JELLYFIN_H #include #include "jellyfinapiclient.h" #include "jellyfinapimodel.h" #include "jellyfinitem.h" #include "serverdiscoverymodel.h" #include "jellyfinplaybackmanager.h" namespace Jellyfin { void registerTypes(); } #endif // JELLYFIN_H