Allow upload of readme.txt/.md and license.txt/.md

This commit is contained in:
Robin E. R. Davies
2026-01-21 08:24:16 -05:00
parent 5fa458a599
commit e259b31628
4 changed files with 32 additions and 10 deletions
+1
View File
@@ -178,6 +178,7 @@ public:
bool IsInUploadsDirectory(const std::filesystem::path&path) const;
bool IsInAudioTracksDirectory(const std::filesystem::path&path) const;
bool IsValidArtworkFile(const std::filesystem::path& fullPath);
bool IsValidReadmeFile(const std::filesystem::path& fullpath);
FileRequestResult GetFileList2(const std::string&relativePath,const UiFileProperty&fileProperty);