mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-05 20:40:09 -08:00
feat: disable airing schedule preview
This commit is contained in:
@@ -505,7 +505,8 @@ def get_airing_schedule_preview(
|
||||
preview_file.write_text(preview_script, encoding="utf-8")
|
||||
|
||||
preview_script_final = f"{sys.executable} {preview_file} {{}}"
|
||||
return preview_script_final
|
||||
# NOTE: disabled cause not very useful
|
||||
return ""
|
||||
|
||||
|
||||
def get_dynamic_anime_preview(config: AppConfig) -> str:
|
||||
|
||||
Reference in New Issue
Block a user