Unstar not working via Google Reader API/Reeder
This commit is contained in:
parent
950b001675
commit
658b8591b6
1 changed files with 1 additions and 1 deletions
|
@ -487,7 +487,7 @@ func (h *handler) editTag(w http.ResponseWriter, r *http.Request) {
|
|||
}
|
||||
|
||||
if len(unstarredEntryIDs) > 0 {
|
||||
err = h.store.SetEntriesBookmarkedState(userID, unstarredEntryIDs, true)
|
||||
err = h.store.SetEntriesBookmarkedState(userID, unstarredEntryIDs, false)
|
||||
if err != nil {
|
||||
logger.Error("[GoogleReader][/edit-tag] [ClientIP=%s] %v", clientIP, err)
|
||||
json.ServerError(w, r, err)
|
||||
|
|
Loading…
Reference in a new issue