Add mix lookup, genre support, DJ enhancements.
This commit is contained in:
parent
2957dc0e46
commit
db1d26e122
11 changed files with 741 additions and 181 deletions
|
@ -19,4 +19,15 @@ return [
|
|||
"genre" => "Genre",
|
||||
"genres" => "Genres",
|
||||
"genreNotFound" => "Could not load genre; either the genre wasn't found, was empty, or this genre is private.",
|
||||
"mix-count" => "Mix Count",
|
||||
"mixes" => "Mixes",
|
||||
"mix" => "Mix",
|
||||
"mixNotFound" => "Could not load mix; either the mix wasn't found, was empty, or this mix is private.",
|
||||
"mixName" => "Mix Name",
|
||||
"mixDescription" => "Mix Description",
|
||||
"mixLength" => "Mix Length",
|
||||
"mixGenre" => "Mix Genre",
|
||||
"view" => "View",
|
||||
"mixname" => "Mix Name",
|
||||
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue