comparison src/core/anime.cc @ 265:ff0b2052b234

*: add missing utf8proc files I'm an idiot LOL
author Paper <paper@paper.us.eu.org>
date Thu, 11 Apr 2024 10:22:05 -0400
parents 9a04802848c0
children 22f9aacf6ac1 657fda1b9cac
comparison
equal deleted inserted replaced
264:9a04802848c0 265:ff0b2052b234
19 return true; 19 return true;
20 return false; 20 return false;
21 } 21 }
22 22
23 void Anime::AddToUserList() { 23 void Anime::AddToUserList() {
24 ListInformation list = {0}; 24 ListInformation list;
25 list_info_.emplace(list); 25 list_info_.emplace(list);
26 } 26 }
27 27
28 void Anime::RemoveFromUserList() { 28 void Anime::RemoveFromUserList() {
29 list_info_.reset(); 29 list_info_.reset();