Closed cjcodeproj closed 7 months ago
For clarity, there is a need to output a more complete title, composed of the title, the copyright year, and the unique index (if needed).
Ie:
Iron Man 2 The Aviator
Becomes:
Iron Man 2 (2010) The Aviator (2004)
There should be a simple method that outputs this title in the Movie class.
Movie
Commit:
https://github.com/cjcodeproj/medialibrary/commit/6df567b7dbdc29ad076da09146e24909952575e5
For clarity, there is a need to output a more complete title, composed of the title, the copyright year, and the unique index (if needed).
Ie:
Becomes:
There should be a simple method that outputs this title in the
Movie
class.