Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Video library #94

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Commits on Mar 14, 2022

  1. update video library

    sohamsshah committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    a94cf20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ca60d7 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. fix: getVideosFromPlaylistHandler fixed

    getVideosFromPlaylistHandler had a wrong check while finding the videos for a playlist. It was returning videos whose video id is not equal to playlist ID. So, just changed !== to ===.
    Launchpad5682 authored Mar 22, 2022
    Configuration menu
    Copy the full SHA
    d70ff26 View commit details
    Browse the repository at this point in the history