Skip to content

Bug in video library controller  #93

@foolhardy21

Description

@foolhardy21
  • This issue is regarding the getVideosFromPlaylistHandler() which takes the playlistId from the request params and returns the respective playlist.

  • However, the current logic of find() gives back the playlist that does not match the playlistId given in the params. Here is the screenshot.
    bug

  • This can be fixed by checking for strict equality between playlistId and item._id

  • Kindly confirm.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions