gonzopi

git clone https://git.tarina.org/gonzopi
Log | Files | Refs | README | LICENSE

commit be41be52153ffd20353f54f2dbe85b9d1a921f8d
parent 74c682d866e7d5f77c3c4fffc82ebd766d8fc44a
Author: rbckman <rob@tarina.org>
Date:   Fri, 17 Oct 2025 14:49:46 +0100

sound issue

Diffstat:
Msrv/gonzopiserver.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srv/gonzopiserver.py b/srv/gonzopiserver.py @@ -296,7 +296,7 @@ def has_audio_track(file_path): except Exception as e: print(f"Error parsing {file_path}: {e}") - return None + return False class intro: def GET(self):