Add '&list' to videos shown on mix page

This commit is contained in:
Omar Roth
2018-10-06 22:22:50 -05:00
parent 80bc29f3cd
commit c72b9bea64
2 changed files with 4 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ class MixVideo
ucid: String,
length_seconds: Int32,
index: Int32,
mixes: Array(String),
})
end
@@ -59,7 +60,8 @@ def fetch_mix(rdid, video_id, cookies = nil)
author,
ucid,
length_seconds,
index
index,
[rdid]
)
end