mirror of
https://github.com/jwdeveloper/TikTokLiveJava.git
synced 2026-02-27 08:49:40 -05:00
Bugs:
Method for listeners was throwing exception TikTokListenersManager.removeListener() was not working
This commit is contained in:
@@ -7,11 +7,10 @@ import java.util.ArrayList;
|
||||
import java.util.Arrays;
|
||||
import java.util.List;
|
||||
|
||||
@Value
|
||||
@Getter
|
||||
public class Picture {
|
||||
|
||||
List<String> urls;
|
||||
|
||||
public Picture(io.github.jwdeveloper.tiktok.messages.Image profilePicture) {
|
||||
this.urls = profilePicture.getUrlListList();
|
||||
}
|
||||
@@ -24,15 +23,6 @@ public class Picture {
|
||||
this.urls = Arrays.stream(urls).toList();
|
||||
}
|
||||
|
||||
public void downlaod()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public void downloadAsync()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public static Picture Map(io.github.jwdeveloper.tiktok.messages.Image profilePicture)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user