mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-27 23:40:33 +05:30
Delete FeedItem.java
This commit is contained in:
parent
6b840312ca
commit
c970be71a3
@ -1,23 +0,0 @@
|
|||||||
package com.github.libretube.obj;
|
|
||||||
|
|
||||||
public class FeedItem {
|
|
||||||
public String url, title, thumbnail, uploaderUrl, uploaderName, uploaderAvatar;
|
|
||||||
|
|
||||||
public long views, duration, uploaded;
|
|
||||||
|
|
||||||
public boolean uploaderVerified;
|
|
||||||
|
|
||||||
public FeedItem(String url, String title, String thumbnail, String uploaderUrl, String uploaderName,
|
|
||||||
String uploaderAvatar, long views, long duration, long uploaded, boolean uploaderVerified) {
|
|
||||||
this.url = url;
|
|
||||||
this.title = title;
|
|
||||||
this.thumbnail = thumbnail;
|
|
||||||
this.uploaderUrl = uploaderUrl;
|
|
||||||
this.uploaderName = uploaderName;
|
|
||||||
this.uploaderAvatar = uploaderAvatar;
|
|
||||||
this.views = views;
|
|
||||||
this.duration = duration;
|
|
||||||
this.uploaded = uploaded;
|
|
||||||
this.uploaderVerified = uploaderVerified;
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user