h
This commit is contained in:
@@ -206,7 +206,7 @@ class Bandcamp(Provider):
|
||||
|
||||
# Build a new table from artist discography.
|
||||
try:
|
||||
from SYS.result_table import ResultTable
|
||||
from SYS.result_table import Table
|
||||
from SYS.rich_display import stdout_console
|
||||
except Exception:
|
||||
return False
|
||||
@@ -223,7 +223,7 @@ class Bandcamp(Provider):
|
||||
print(f"bandcamp artist lookup failed: {exc}\n")
|
||||
return True
|
||||
|
||||
table = ResultTable(f"Bandcamp: artist:{artist_title}").set_preserve_order(True)
|
||||
table = Table(f"Bandcamp: artist:{artist_title}")._perseverance(True)
|
||||
table.set_table("bandcamp")
|
||||
try:
|
||||
table.set_value_case("lower")
|
||||
|
||||
Reference in New Issue
Block a user