Code cleanup

This commit is contained in:
0xb00bface 2023-04-08 13:25:23 +02:00
parent fb8222d655
commit 949d9a447f
1 changed files with 0 additions and 5 deletions

View File

@ -459,11 +459,6 @@ public abstract class AbstractHlsDownload extends AbstractDownload {
}
}
@Override
public Model getModel() {
return model;
}
@Override
public boolean isRunning() {
return running;