Update artist image download message and lyrics plugin URL

This commit is contained in:
mungai-njoroge
2024-02-24 21:15:18 +03:00
parent 67f28b8a9b
commit 10a60c9ca2
5 changed files with 11 additions and 17 deletions
+4
View File
@@ -7,8 +7,12 @@ class CustomList(list):
def __getitem__(self, index):
# Do some shared memory stuff here
# print the length of the list
# print(f"__getitem__ Length of the list: {len(self)}")
return super().__getitem__(index)
def __iter__(self) -> Iterator:
# Do some shared memory stuff here
# print the length of the list
# print(f"__iter__ Length of the list: {len(self)}")
return super().__iter__()