mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-01-01 15:35:55 -08:00
feat: implement episode range parsing and enhance search functionality with improved filtering options
This commit is contained in:
@@ -124,7 +124,9 @@ class Session:
|
||||
else:
|
||||
logger.warning("Failed to continue from history. No sessions found")
|
||||
|
||||
if not self._history:
|
||||
if history:
|
||||
self._history = history
|
||||
else:
|
||||
self._history.append(State(menu_name=MenuName.MAIN))
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user