diff --git a/src/errors/TrackErrors.ts b/src/errors/TrackErrors.ts index 22c8b47..5b1a33a 100644 --- a/src/errors/TrackErrors.ts +++ b/src/errors/TrackErrors.ts @@ -14,5 +14,5 @@ export class TrackIdChangeNotAllowedError extends NotAcceptableError { name = "TrackIdChangeNotAllowed" @IsString() - message = "The id's don't match!!" + message = "The id's don't match!! \n And if you wanted to change a track's id: This isn't allowed" } \ No newline at end of file