Skip to content

Commit

Permalink
Unknown albumId fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jypelle committed Nov 7, 2019
1 parent 758bb95 commit 0ae555a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srv/svc/album.go
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ func (s *Service) GetDeletedAlbumIds(externalTrn storm.Node, fromTs int64) ([]re
func (s *Service) getAlbumIdFromAlbumName(externalTrn storm.Node, albumName string, lastAlbumId restApiV1.AlbumId) (restApiV1.AlbumId, error) {
var e error

var albumId restApiV1.AlbumId
var albumId restApiV1.AlbumId = restApiV1.UnknownAlbumId

if albumName != "" {

Expand Down

0 comments on commit 0ae555a

Please sign in to comment.