mirror of
https://github.com/beetbox/beets.git
synced 2025-12-07 00:53:08 +01:00
Further attempt to address the comments from sampsyo
This commit is contained in:
parent
f3e7edb21e
commit
ce78f75ce9
2 changed files with 2 additions and 2 deletions
|
|
@ -223,7 +223,7 @@ def track_info(recording, index=None, medium=None, medium_index=None,
|
||||||
if recording.get('length'):
|
if recording.get('length'):
|
||||||
info.length = int(recording['length']) / (1000.0)
|
info.length = int(recording['length']) / (1000.0)
|
||||||
|
|
||||||
info.trackdisambig = recording.get('disambiguation', None)
|
info.trackdisambig = recording.get('disambiguation')
|
||||||
|
|
||||||
lyricist = []
|
lyricist = []
|
||||||
composer = []
|
composer = []
|
||||||
|
|
|
||||||
|
|
@ -179,7 +179,7 @@ New features:
|
||||||
* Removes usage of the bs1770gain replaygain backend.
|
* Removes usage of the bs1770gain replaygain backend.
|
||||||
Thanks to :user:`SamuelCook`.
|
Thanks to :user:`SamuelCook`.
|
||||||
* Added ``trackdisambig`` which stores the recording disambiguation from
|
* Added ``trackdisambig`` which stores the recording disambiguation from
|
||||||
musicbrainz for each track.
|
MusicBrainz for each track.
|
||||||
:bug:`1904`
|
:bug:`1904`
|
||||||
|
|
||||||
Fixes:
|
Fixes:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue