Update comment

This commit is contained in:
sneakypete81 2013-02-17 16:12:15 +00:00
parent d3eff3edb9
commit 29b4c65b9a

View file

@ -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):