forked from DebaucheryLibrarian/traxxx
Added dedicated stash page. Using preview tiles for stashes on user page.
This commit is contained in:
@@ -58,6 +58,10 @@ async function init() {
|
||||
}
|
||||
|
||||
function getPath(media, type, options) {
|
||||
if (!media) {
|
||||
return null;
|
||||
}
|
||||
|
||||
const path = getBasePath(media, type, options);
|
||||
const filename = getFilename(media, type, options);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user