mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
position original release date after release types
This commit is contained in:
parent
8c539aaadc
commit
d74e7b52cc
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ export const AlbumDetailHeader = forwardRef(
|
|||
|
||||
if (originalDifferentFromRelease) {
|
||||
const formatted = `♫ ${formatDateAbsoluteUTC(detailQuery!.data!.originalDate)}`;
|
||||
metadataItems.splice(0, 0, {
|
||||
metadataItems.splice(releaseTypes.length, 0, {
|
||||
id: 'originalDate',
|
||||
value: formatted,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue