Skip to content

feat(media): configurable media storage directory

misuzu requested to merge misuzu/castopod:feat/media-storage-directory into develop

This change introduces a new function abs_media_path. It is distinct from the media_path function (which is used for url's) and should be used exclusively when reading from or writing to the file system.

Partial fix for the #313

Edited by misuzu

Merge request reports