mirror of
https://github.com/beetbox/beets.git
synced 2026-02-24 08:12:54 +01:00
Fix missing super-constructor call
This commit is contained in:
parent
cfb929223e
commit
395be1a0f6
1 changed files with 1 additions and 0 deletions
|
|
@ -1065,6 +1065,7 @@ class StrSeq(Template):
|
|||
string, it should be split on whitespace. Otherwise, the
|
||||
resulting value is a list containing a single string.
|
||||
"""
|
||||
super(StrSeq, self).__init__()
|
||||
self.split = split
|
||||
|
||||
def convert(self, value, view):
|
||||
|
|
|
|||
Loading…
Reference in a new issue