diff --git a/beetsplug/web/__init__.py b/beetsplug/web/__init__.py index 07e68638b..810de8718 100644 --- a/beetsplug/web/__init__.py +++ b/beetsplug/web/__init__.py @@ -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.