Allow manual retries of images (needs improvement)
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
package eu.kanade.mangafeed.event;
|
||||
|
||||
import eu.kanade.mangafeed.data.source.model.Page;
|
||||
|
||||
public class RetryPageEvent {
|
||||
|
||||
private Page page;
|
||||
|
||||
public RetryPageEvent(Page page) {
|
||||
this.page = page;
|
||||
}
|
||||
|
||||
public Page getPage() {
|
||||
return page;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user