Session editor and live sessions!
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user