added more extensions

master
piyx 4 years ago committed by piyx
parent 9238a58c45
commit 85e658b2b8

@ -18,5 +18,8 @@ def foldername(extension):
"mp3" : "Music",
"mp4" : "Videos",
"mkv" : "Videos",
"xlsx" : "Excel files",
"ppt" : "Ppt files",
"doc" : "Documents"
}
return switcher.get(extension, "Extras") #returns "New Folder" if not in dictionary
Loading…
Cancel
Save