Reused yellow stoplight to indicate and interrupted and resumable download.
This commit is contained in:
parent
05426eb618
commit
6d856f73e7
5 changed files with 14 additions and 15 deletions
|
|
@ -213,8 +213,7 @@ namespace FileLiberator
|
|||
}
|
||||
|
||||
public bool Validate(LibraryBook libraryBook)
|
||||
=> !AudibleFileStorage.Audio.Exists(libraryBook.Book.AudibleProductId)
|
||||
&& !AudibleFileStorage.AAX.Exists(libraryBook.Book.AudibleProductId);
|
||||
=> !AudibleFileStorage.Audio.Exists(libraryBook.Book.AudibleProductId);
|
||||
|
||||
public void Cancel()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue