Skip to content

Commit

Permalink
Updates comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kieraneglin committed Feb 5, 2024
1 parent 435a25a commit 49202d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/pinchflat/media_source.ex
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ defmodule Pinchflat.MediaSource do
is pretty easy to change, but for MVP I'm not concerned.
IDEA: Maybe I could discern `collection_type` based on the original URL?
It also seems like it's a channel when the returned yt-dlp channel_id is the
same as the playlist_id - maybe could use that?
"""
def change_source_from_url(%Source{} = source, attrs) do
case change_source(source, attrs) do
Expand Down

0 comments on commit 49202d7

Please sign in to comment.