fix MR comments
This commit is contained in:
@@ -31,9 +31,7 @@ class Broadcast < ApplicationRecord
|
|||||||
end
|
end
|
||||||
|
|
||||||
def full_live_stream_playback_url
|
def full_live_stream_playback_url
|
||||||
return stream_playback_url if full_live_stream_playback_uid.blank?
|
full_live_stream_playback_uid.blank? ? stream_playback_url : "https://stream.mux.com/#{full_live_stream_playback_uid}.m3u8"
|
||||||
|
|
||||||
"https://stream.mux.com/#{full_live_stream_playback_uid}.m3u8"
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def stream_server_url
|
def stream_server_url
|
||||||
|
|||||||
Reference in New Issue
Block a user