mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-01-04 11:58:34 -05:00
Replaced another id dependency with cache. Now safe for multi-file audiobooks. Also safe for current session not trying to move files created in a previous session or a parallel session of a different title
This commit is contained in:
@@ -10,7 +10,7 @@ namespace FileManager
|
||||
/// <summary>
|
||||
/// Tracks actual locations of files. This is especially useful for clicking button to navigate to the book's files.
|
||||
///
|
||||
/// Note: this is no longer how Libation manages "Liberated" state. That is not statefully managed in the database.
|
||||
/// Note: this is no longer how Libation manages "Liberated" state. That is now statefully managed in the database.
|
||||
/// This paradigm is what allows users to manually choose to not download books. Also allows them to manually toggle
|
||||
/// this state and download again.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user