mirror of
https://github.com/k0shk0sh/FastHub.git
synced 2025-12-08 19:05:54 +00:00
fixed watchers count to close #22
This commit is contained in:
parent
9f642abab8
commit
1ed7a50a41
@ -5,6 +5,7 @@ import android.os.Parcelable;
|
||||
import android.support.annotation.NonNull;
|
||||
|
||||
import com.annimon.stream.Stream;
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
import com.siimkinks.sqlitemagic.Delete;
|
||||
import com.siimkinks.sqlitemagic.RepoModelTable;
|
||||
import com.siimkinks.sqlitemagic.Select;
|
||||
@ -101,7 +102,7 @@ public class RepoModel implements Parcelable {
|
||||
@Column(onDeleteCascade = true, handleRecursively = false) RepoModel source;
|
||||
@Column(onDeleteCascade = true) LicenseModel license;
|
||||
@Column int networkCount;
|
||||
@Column int subsCount;
|
||||
@SerializedName("subscribers_count") @Column int subsCount;
|
||||
@Column String starredUser;
|
||||
@Column String reposOwner;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user