Skip to content

Commit

Permalink
Merge pull request #17 from JaumDX/add_captainTsubasa
Browse files Browse the repository at this point in the history
Added Captain Tsubasa.
  • Loading branch information
MaisaMilena authored Oct 23, 2018
2 parents 2c5308c + 2385cfc commit 4bde440
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MyAnimeList/MyAnimeList/Anime management/RealmDatabase.swift
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ final class RealmDatabase: AnimeDatabase {
rating: 5,
status: .toWatch)

let captainTsubasa = Anime(title: "Captain Tsubasa", description: "Captain Tsubasa is the passionate story of an elementary school student whose thoughts and dreams revolve almost entirely around the love of soccer.", rating: 5, status: .toWatch)

add(anime: saikiKusuo)
add(anime: melancoly)
add(anime: steins)
Expand All @@ -77,6 +79,7 @@ final class RealmDatabase: AnimeDatabase {
add(anime: avatar)
add(anime: maouSama)
add(anime: fullMetal)
add(anime: captainTsubasa)
}

func add(anime: Anime) -> Bool {
Expand Down

0 comments on commit 4bde440

Please sign in to comment.