Skip to content

Commit

Permalink
Add location fields
Browse files Browse the repository at this point in the history
- Add location (text line) fields
  • Loading branch information
Nginearing authored Oct 9, 2024
1 parent 99a2490 commit a96c897
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tagstudio/src/core/library/alchemy/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,4 @@ class _FieldID(Enum):
GUEST_ARTIST = DefaultField(id=28, name="Guest Artist", type=FieldTypeEnum.TEXT_LINE)
COMPOSER = DefaultField(id=29, name="Composer", type=FieldTypeEnum.TEXT_LINE)
COMMENTS = DefaultField(id=30, name="Comments", type=FieldTypeEnum.TEXT_LINE)
LOCATION = DefaultField(id=31, name="Location", type=FieldTypeEnum.TEXT_LINE)

0 comments on commit a96c897

Please sign in to comment.