mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-12-01 12:31:45 +00:00
set feedfiletype in DownloadStatus contructor
This commit is contained in:
@ -51,6 +51,9 @@ public class DownloadStatus {
|
||||
|
||||
public DownloadStatus(FeedFile feedfile, String title) {
|
||||
this.feedfile = feedfile;
|
||||
if (feedfile != null) {
|
||||
feedfileType = feedfile.getTypeAsInt();
|
||||
}
|
||||
this.title = title;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user