order api + statistics + plantuml fix

This commit is contained in:
2025-11-17 20:01:17 +01:00
parent a5b40b0fb5
commit 32dcd47131
15 changed files with 119 additions and 22 deletions

View File

@@ -0,0 +1,7 @@
// Entity OmdbMovie
#AddonModel
StatisticsReduced {
movies: StatisticsFilmReduced[] {};
shows: StatisticsVorstellungReduced[] {};
}