We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 435a25a commit 49202d7Copy full SHA for 49202d7
lib/pinchflat/media_source.ex
@@ -102,6 +102,8 @@ defmodule Pinchflat.MediaSource do
102
is pretty easy to change, but for MVP I'm not concerned.
103
104
IDEA: Maybe I could discern `collection_type` based on the original URL?
105
+ It also seems like it's a channel when the returned yt-dlp channel_id is the
106
+ same as the playlist_id - maybe could use that?
107
"""
108
def change_source_from_url(%Source{} = source, attrs) do
109
case change_source(source, attrs) do
0 commit comments