Update comment
This commit is contained in:
parent
d3eff3edb9
commit
29b4c65b9a
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class ApiAlbum:
|
||||||
album.update(**kwds)
|
album.update(**kwds)
|
||||||
|
|
||||||
# Don't return the album, since the API currently doesn't give us the modified album
|
# Don't return the album, since the API currently doesn't give us the modified album
|
||||||
# Uncomment the following once frontend issue #937 is resolved
|
# TODO: Uncomment the following once frontend issue #937 is resolved
|
||||||
# return album
|
# return album
|
||||||
|
|
||||||
def view(self, album, **kwds):
|
def view(self, album, **kwds):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue