2022-05-10 17:22:43 +00:00
|
|
|
# Saved Playlist
|
2022-05-11 23:14:16 +00:00
|
|
|
This is Json Object (With these Key/Value Pairs)<br>
|
2022-05-10 17:22:43 +00:00
|
|
|
File Path is Playlist/{Id}.json
|
|
|
|
| Name | Description | Type |
|
|
|
|
|--------|-------|------|
|
|
|
|
| Id | Playlist Id | String
|
|
|
|
| Title | Playlist Title | String |
|
|
|
|
| AuthorChannelId | YouTube Channel Id | String |
|
|
|
|
| AuthorChannelTitle | YouTube Channel Title | String |
|
|
|
|
| Videos | Videos in Playlist | String[] |
|