Skip to content

Commit 9f289bc

Browse files
committed
fixup! fixup! fixup! fixup! fixup! Add support for locations
1 parent 5765b8d commit 9f289bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

blobopera/recording.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,7 @@ class Recording(proto.Message):
414414

415415
theme = proto.Field(Theme, number=1, optional=True)
416416
parts = proto.RepeatedField(Part, number=2, optional=True)
417+
location = proto.Field(Part, number=3, optional=True)
417418

418419
@classmethod
419420
def from_score(

0 commit comments

Comments
 (0)