Skip to content

Commit

Permalink
Load AndroidLiteWithThumbnail in ClientProviderV4
Browse files Browse the repository at this point in the history
  • Loading branch information
devoxin committed May 17, 2024
1 parent 8dfd5dd commit 44ec1fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public Client[] getClients(String[] clients) {
private enum ClientMapping implements ClientReference {
ANDROID(AndroidWithThumbnail::new),
ANDROID_TESTSUITE(AndroidTestsuiteWithThumbnail::new),
ANDROID_LITE(AndroidLite::new),
ANDROID_LITE(AndroidLiteWithThumbnail::new),
IOS(IosWithThumbnail::new),
MUSIC(MusicWithThumbnail::new),
TVHTML5EMBEDDED(TvHtml5EmbeddedWithThumbnail::new),
Expand Down

0 comments on commit 44ec1fb

Please sign in to comment.