Session editor and live sessions!

This commit is contained in:
marc
2025-03-21 19:42:43 +01:00
parent 6c83d11e5b
commit ac54453b7f
54 changed files with 1247 additions and 173 deletions

View File

@@ -125,4 +125,4 @@ class Tema:
return self
def score(self) -> Optional[Link]:
return next(filter(lambda l: l.content_type is ContentType.PARTITURA, self.links), None)
return next(filter(lambda l: l.content_type is ContentType.PARTITURA and l.url.startswith('/'), self.links), None)