Restore smaller header on share page
This commit is contained in:
parent
1684e8c555
commit
122060e9a5
8 changed files with 42 additions and 11 deletions
|
@ -36,6 +36,7 @@ export default function* () {
|
|||
title: 'Share Music',
|
||||
shareUrl: `${this.request.origin}${url}`,
|
||||
image: `${this.request.origin}/assets/images/logo-512.png`,
|
||||
share: false,
|
||||
};
|
||||
|
||||
yield this.render('index', {
|
||||
|
|
|
@ -50,6 +50,7 @@ export default function* (serviceId, type, itemId, format) {
|
|||
const initialState = {
|
||||
item: share,
|
||||
services: services.map(service => service.id),
|
||||
share: true,
|
||||
};
|
||||
|
||||
const url = `/${serviceId}/${type}/${itemId}`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue