1
0
mirror of https://github.com/obskyr/khinsider.git synced 2025-09-01 09:03:01 +02:00

Omit "Info" button in soundtrack titles.

Fixes #91.
This commit is contained in:
obskyr
2024-02-06 02:45:33 +01:00
parent b1683fbf28
commit bd7ef673ec

View File

@@ -299,7 +299,7 @@ class Soundtrack(object):
@lazyProperty @lazyProperty
def name(self): def name(self):
return self._contentSoup.find('h2').get_text(strip=True) return next(self._contentSoup.find('h2').stripped_strings)
@lazyProperty @lazyProperty
def availableFormats(self): def availableFormats(self):