fix: A/B test 21: music album recommendations
This commit is contained in:
parent
544782f8de
commit
6737512f5f
13 changed files with 8680 additions and 113 deletions
|
|
@ -61,6 +61,8 @@ pub struct DictEntry {
|
|||
pub chan_prefix: String,
|
||||
/// Channel name suffix on playlist pages
|
||||
pub chan_suffix: String,
|
||||
/// "Other versions" title on album pages
|
||||
pub album_versions_title: String,
|
||||
}
|
||||
|
||||
/// Parsed TimeAgo string, contains amount and time unit.
|
||||
|
|
|
|||
Reference in a new issue