fix: add support for A/B-13 (2-column layout for music playlists/albums)
This commit is contained in:
parent
bd04a87ad5
commit
76c27f0324
14 changed files with 63535 additions and 89 deletions
|
|
@ -67,6 +67,9 @@ pub(crate) struct ContentRenderer<T> {
|
|||
pub content: T,
|
||||
}
|
||||
|
||||
/// Deserializes any object with an array field named `contents`, `tabs` or `items`.
|
||||
///
|
||||
/// Invalid items are skipped
|
||||
#[derive(Debug)]
|
||||
pub(crate) struct ContentsRenderer<T> {
|
||||
pub contents: Vec<T>,
|
||||
|
|
|
|||
Reference in a new issue