mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-06-07 21:33:14 +02:00
Read playlist song limit from Settings
This commit is contained in:
parent
96dcc4a536
commit
c9cc9a17b1
3 changed files with 27 additions and 14 deletions
|
@ -15,4 +15,8 @@ export default class Settings extends Model<Settings> {
|
|||
@Default(false)
|
||||
@Column
|
||||
finishedSetup!: boolean;
|
||||
|
||||
@Default(50)
|
||||
@Column
|
||||
playlistLimit!: number;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue