store flags for songs
This commit is contained in:
@@ -8,6 +8,7 @@ export interface Song {
|
||||
text: string;
|
||||
title: string;
|
||||
type: string;
|
||||
flags: string;
|
||||
|
||||
legalType: string;
|
||||
legalLink: string;
|
||||
|
||||
Reference in New Issue
Block a user