mirror of
https://github.com/beetbox/beets.git
synced 2026-01-15 04:34:23 +01:00
Remove dead path normalization
The `self.path` field was immediately overwritten in the __init__ from dbcore, so this was doing nothing.
This commit is contained in:
parent
c532860613
commit
a6830ae7d1
1 changed files with 0 additions and 2 deletions
|
|
@ -1208,8 +1208,6 @@ class Library(dbcore.Database):
|
|||
path_formats=((PF_KEY_DEFAULT,
|
||||
'$artist/$album/$track $title'),),
|
||||
replacements=None):
|
||||
if path != ':memory:':
|
||||
self.path = bytestring_path(normpath(path))
|
||||
super(Library, self).__init__(path)
|
||||
|
||||
self.directory = bytestring_path(normpath(directory))
|
||||
|
|
|
|||
Loading…
Reference in a new issue