Skip to content

Commit

Permalink
Update data type
Browse files Browse the repository at this point in the history
  • Loading branch information
weshatheleopard committed Sep 7, 2024
1 parent 5c3d515 commit 453b403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/downloaders/tv1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ def get_track_list(url)

track_list = M3UParser.new(agent.get(max_res_playlist_url).content).extract_tracklist(max_res_playlist_url)

{ id: video_id, track_list: track_list }
{ id: video_id.to_s, track_list: track_list }
end
end

0 comments on commit 453b403

Please sign in to comment.