mirror of
https://github.com/beetbox/beets.git
synced 2026-01-02 14:03:12 +01:00
Merge pull request #784 from ghedo/info_props
Print all readable fields in info plugin
This commit is contained in:
commit
a65ea653d5
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ from beets import util
|
|||
|
||||
def info(paths):
|
||||
# Set up fields to output.
|
||||
fields = list(mediafile.MediaFile.fields())
|
||||
fields = list(mediafile.MediaFile.readable_fields())
|
||||
fields.remove('art')
|
||||
fields.remove('images')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue