Skip to content

Commit

Permalink
add missing path def
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicWindisch committed Feb 21, 2024
1 parent fabba9a commit 6d7ab17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions photobooth/services/mediacollection/mediaitem.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
PATH_FULL = "".join([PATH_PROCESSED, "full/"])
PATH_PREVIEW = "".join([PATH_PROCESSED, "preview/"])
PATH_THUMBNAIL = "".join([PATH_PROCESSED, "thumbnail/"])
PATH_PRINT = "".join([PATH_PROCESSED, "print/"])


class MediaItemTypes(str, Enum):
Expand Down

0 comments on commit 6d7ab17

Please sign in to comment.