This commit is contained in:
Fredrik Burmester
2024-11-10 17:03:15 +01:00
parent 817e2b3d85
commit 8ed81fbe23
5 changed files with 24 additions and 33 deletions

View File

@@ -1,15 +1,7 @@
import {
DeviceProfile,
DlnaProfileType,
DeviceProfile
} from "@jellyfin/sdk/lib/generated-client/models";
const MediaTypes = {
Audio: "Audio",
Video: "Video",
Photo: "Photo",
Book: "Book",
};
export const chromecastProfile: DeviceProfile = {
Name: "Chromecast Video Profile",
Id: "chromecast-001",