Adjust large stream thumbnail to 16:9 (#3655)

Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
sando
2022-04-08 08:34:52 +10:00
committed by GitHub
parent e5d94591c6
commit a53f8d32e1
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -714,7 +714,7 @@ void SplitHeader::updateChannelText()
url.append("-160x90.jpg");
break;
case 3:
url.append("-360x180.jpg");
url.append("-360x203.jpg");
break;
default:
url = "";