File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
src/main/java/learningFlow/learningFlow_BE Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -200,6 +200,7 @@ public static ResourceResponseDTO.RecentlyWatchedEpisodeDTO convertToRecentlyWat
200200
201201 return ResourceResponseDTO .RecentlyWatchedEpisodeDTO .builder ()
202202 .episodeId (currentEpisode .getId ())
203+ .imgUrl (userCollection .getCollection ().getCollectionImgUrl ())
203204 .collectionId (userCollection .getCollection ().getId ())
204205 .collectionTitle (userCollection .getCollection ().getTitle ())
205206 .resourceSource (extractResourceSource (currentEpisode .getResource ().getUrl ()))
Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ public static class ProgressResponseDTO {
8888 public static class RecentlyWatchedEpisodeDTO {
8989 Long episodeId ;
9090 Long collectionId ;
91+ String imgUrl ;
9192 String collectionTitle ;
9293 String resourceSource ;
9394 Integer episodeNumber ;
You can’t perform that action at this time.
0 commit comments