diff include/core/anime.h @ 67:442065432549

poster: make posters link to AniList
author Paper <mrpapersonic@gmail.com>
date Mon, 02 Oct 2023 07:06:44 -0400
parents 6481c5aed3e1
children 09492158bcc5
line wrap: on
line diff
--- a/include/core/anime.h	Mon Oct 02 05:56:32 2023 -0400
+++ b/include/core/anime.h	Mon Oct 02 07:06:44 2023 -0400
@@ -139,6 +139,7 @@
 		std::string GetSynopsis() const;
 		int GetDuration() const;
 		std::string GetPosterUrl() const;
+		std::string GetServiceUrl() const;
 
 		void SetId(int id);
 		void SetRomajiTitle(std::string const& title);