mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-01-11 18:00:32 +00:00
Fixes crash when a file is deleted then redownloaded
This commit is contained in:
parent
5cfd8bbb56
commit
c796e2ae3c
@ -315,6 +315,7 @@ public class StoredFileHelper implements Serializable {
|
|||||||
return false;
|
return false;
|
||||||
|
|
||||||
if (this.isInvalid() || storage.isInvalid()) {
|
if (this.isInvalid() || storage.isInvalid()) {
|
||||||
|
if (this.srcName == null || storage.srcName == null || this.srcType == null || storage.srcType == null) return false;
|
||||||
return this.srcName.equalsIgnoreCase(storage.srcName) && this.srcType.equalsIgnoreCase(storage.srcType);
|
return this.srcName.equalsIgnoreCase(storage.srcName) && this.srcType.equalsIgnoreCase(storage.srcType);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user