Skip to content

Commit 184bbd5

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! Add support for locations
1 parent 9f289bc commit 184bbd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blobopera/recording.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +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)
417+
location = proto.Field(Location, number=3, optional=True)
418418

419419
@classmethod
420420
def from_score(

0 commit comments

Comments
 (0)