Add default thumbnails for scenes and images (#2949)

* Use default thumbnail for scene covers
* Use defautl thumbnail for image thumbnails
This commit is contained in:
WithoutPants
2022-10-03 13:01:35 +11:00
committed by GitHub
parent 88bfda1980
commit 6ba9f55df0
6 changed files with 92 additions and 32 deletions

View File

@@ -7,3 +7,9 @@ var Performer embed.FS
//go:embed performer_male
var PerformerMale embed.FS
//go:embed scene
var Scene embed.FS
//go:embed image
var Image embed.FS