Allow uploading of custom scene covers (#262)

* Refactor common code

* Further refactoring

* Add UI support for changing scene cover image

* Add backend support for changing scene screenshot
This commit is contained in:
WithoutPants
2019-12-14 07:40:58 +11:00
committed by Leopere
parent c05496a724
commit da3e91193c
9 changed files with 186 additions and 55 deletions

View File

@@ -51,6 +51,8 @@ input SceneUpdateInput {
gallery_id: ID
performer_ids: [ID!]
tag_ids: [ID!]
"""This should be base64 encoded"""
cover_image: String
}
input BulkSceneUpdateInput {