[AB-101] adding random string to twitch stream preview image to invalidate cache

This commit is contained in:
Sheldan
2023-09-02 21:42:28 +02:00
parent 06ebf4c882
commit 2396bf300b
2 changed files with 3 additions and 0 deletions

View File

@@ -13,5 +13,6 @@ public class GoLiveNotificationModel {
private List<StreamSectionDisplay> pastSections;
private Boolean mature;
private String streamURL;
private String randomString;
private String streamerAvatarURL;
}