mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 22:23:03 -04:00
fix weird layout on playlists
This commit is contained in:
parent
225b030d9e
commit
197e776f03
2 changed files with 0 additions and 2 deletions
|
@ -84,7 +84,6 @@ function createYoutubePage(context, result){
|
|||
break;
|
||||
case 3: // playlist
|
||||
iconHeader = [
|
||||
'',
|
||||
iconPill("stat_videos", intToString(parseInt(result.metadata.videos).toLocaleString('en-US')) + ' Videos')
|
||||
]
|
||||
res = page(createEmbed("default", context, {
|
||||
|
|
|
@ -83,7 +83,6 @@ function createYoutubePage(context, result){
|
|||
break;
|
||||
case 3: // playlist
|
||||
iconHeader = [
|
||||
'',
|
||||
iconPill("stat_videos", intToString(parseInt(result.metadata.videos).toLocaleString('en-US')) + ' Videos')
|
||||
]
|
||||
res = page(createEmbed("default", context, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue