fix(jellyfin): upload artwork as binary
This commit is contained in:
@@ -68,7 +68,7 @@ mixin _JellyfinMetadataEditMethods on MediaServerCacheMixin {
|
||||
}) async {
|
||||
final response = await _http.post(
|
||||
'/Items/${_segment(itemId)}/Images/${_segment(imageType)}',
|
||||
body: base64Encode(bytes),
|
||||
body: bytes,
|
||||
headers: {'Content-Type': contentType},
|
||||
);
|
||||
throwIfHttpError(response);
|
||||
|
||||
Reference in New Issue
Block a user