Skip to content

Commit

Permalink
Add Location Fields
Browse files Browse the repository at this point in the history
- Add Location (Line Edit) Fields
  • Loading branch information
Nginearing authored Oct 9, 2024
1 parent 2fc0dd0 commit 6a3ffb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tagstudio/src/core/library.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ def __init__(self) -> None:
{"id": 28, "name": "Guest Artist", "type": "text_line"},
{"id": 29, "name": "Composer", "type": "text_line"},
{"id": 30, "name": "Comments", "type": "text_box"},
{"id": 31, "name": "Location", "type": "text_line"},
]

def create_library(self, path: Path) -> int:
Expand Down

0 comments on commit 6a3ffb4

Please sign in to comment.