mirror of
https://github.com/beetbox/beets.git
synced 2025-12-25 10:05:13 +01:00
typo
This commit is contained in:
parent
f87f271484
commit
ab2d653d82
1 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@ from beetsplug import parentwork
|
|||
|
||||
work = {'work': {'id': '1',
|
||||
'work-relation-list': [{'type': 'parts',
|
||||
'direction': 'backwards',
|
||||
'direction': 'backward',
|
||||
'work': {'id': '2'}}],
|
||||
'artist-relation-list': [{'type': 'composer',
|
||||
'artist': {'name':
|
||||
|
|
@ -37,7 +37,7 @@ work = {'work': {'id': '1',
|
|||
'composer, random'}}]}}
|
||||
dp_work = {'work': {'id': '2',
|
||||
'work-relation-list': [{'type': 'parts',
|
||||
'direction': 'backwards',
|
||||
'direction': 'backward',
|
||||
'work': {'id': '3'}}],
|
||||
'artist-relation-list': [{'type': 'composer',
|
||||
'artist': {'name':
|
||||
|
|
|
|||
Loading…
Reference in a new issue