Updated docs
This commit is contained in:
parent
0e61e6000d
commit
7e3ad27f8e
1 changed files with 0 additions and 4 deletions
|
|
@ -84,10 +84,6 @@ defmodule Pinchflat.Sources do
|
||||||
|
|
||||||
NOTE: When operating in the ideal path, this effectively adds an API call
|
NOTE: When operating in the ideal path, this effectively adds an API call
|
||||||
to the source creation/update process. Should be used only when needed.
|
to the source creation/update process. Should be used only when needed.
|
||||||
|
|
||||||
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
|
def change_source_from_url(%Source{} = source, attrs) do
|
||||||
case change_source(source, attrs) do
|
case change_source(source, attrs) do
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue