Merge pull request #2240 from maxammann/master

Revert "Expose the relative path to the library instead of omitting t…
This commit is contained in:
Adrian Sampson 2016-10-26 18:23:49 -04:00 committed by GitHub
commit 5dd6eedde0

View file

@ -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.