mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2024-12-14 04:49:34 +01:00
Fix likes count of SoundCloud
This commit is contained in:
parent
b93910081f
commit
306e31a2a4
@ -128,7 +128,7 @@ public class SoundcloudStreamExtractor extends StreamExtractor {
|
||||
|
||||
@Override
|
||||
public long getLikeCount() {
|
||||
return track.getNumber("likes_count", -1).longValue();
|
||||
return track.getNumber("favoritings_count", -1).longValue();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user