Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! Add support for locations
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 committed Feb 11, 2023
1 parent 9f289bc commit 184bbd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blobopera/recording.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ class Recording(proto.Message):

theme = proto.Field(Theme, number=1, optional=True)
parts = proto.RepeatedField(Part, number=2, optional=True)
location = proto.Field(Part, number=3, optional=True)
location = proto.Field(Location, number=3, optional=True)

@classmethod
def from_score(
Expand Down

0 comments on commit 184bbd5

Please sign in to comment.