clean up merged PRs

This commit is contained in:
Moritz Jung 2025-08-31 11:34:23 +02:00
parent 6699805001
commit 75166ec77c
5 changed files with 73 additions and 108 deletions

View file

@ -1,6 +1,6 @@
import { MediaType } from '../utils/MediaType';
import type { ModelToData } from '../utils/Utils';
import { mediaDbTag, migrateObject, getLanguageName } from '../utils/Utils';
import { mediaDbTag, migrateObject } from '../utils/Utils';
import { MediaTypeModel } from './MediaTypeModel';
export type MusicReleaseData = ModelToData<MusicReleaseModel>;