mirror of
https://github.com/beetbox/beets.git
synced 2026-01-05 07:23:33 +01:00
Merge pull request #2240 from maxammann/master
Revert "Expose the relative path to the library instead of omitting t…
This commit is contained in:
commit
5dd6eedde0
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ def _rep(obj, expand=False):
|
|||
out = dict(obj)
|
||||
|
||||
if isinstance(obj, beets.library.Item):
|
||||
out['path'] = obj.destination(fragment=True)
|
||||
del out['path']
|
||||
|
||||
# Get the size (in bytes) of the backing file. This is useful
|
||||
# for the Tomahawk resolver API.
|
||||
|
|
|
|||
Loading…
Reference in a new issue