1
0
mirror of https://github.com/obskyr/khinsider.git synced 2025-08-31 00:39:51 +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
def name(self):
return self._contentSoup.find('h2').get_text(strip=True)
return next(self._contentSoup.find('h2').stripped_strings)
@lazyProperty
def availableFormats(self):