mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-01-31 15:19:10 +00:00
fix: add missing comma + sort extensions
This commit is contained in:
@@ -218,17 +218,18 @@ class MediaCategories:
|
||||
".xml",
|
||||
}
|
||||
_PRESENTATION_SET: set[str] = {
|
||||
".ppt",
|
||||
".pptx",
|
||||
".key",
|
||||
".odp",
|
||||
".ppt",
|
||||
".pptx",
|
||||
}
|
||||
_PROGRAM_SET: set[str] = {".app", ".exe"}
|
||||
_SHORTCUT_SET: set[str] = {".desktop", ".lnk", ".url"}
|
||||
_SPREADSHEET_SET: set[str] = {
|
||||
".csv",
|
||||
".numbers",
|
||||
".ods" ".xls",
|
||||
".ods",
|
||||
".xls",
|
||||
".xlsx",
|
||||
}
|
||||
_VIDEO_SET: set[str] = {
|
||||
|
||||
Reference in New Issue
Block a user