better song sorting

This commit is contained in:
2021-06-13 00:00:26 +02:00
parent 7cc905449c
commit 4b931c06d8
18 changed files with 163 additions and 117 deletions

View File

@@ -10,6 +10,7 @@ export interface Show {
reported: boolean;
published: boolean;
archived: boolean;
order: string[];
presentationSongId: string;
presentationSection: number;