Aggiunge copertina sponsor custom solo Premium Full, con override in wizard e slate sui nodi di streaming.
Permette upload da portale e app con ereditarietà partita→squadra→società, generazione MP4 via ffmpeg e distribuzione su home lab e nodi CPX per pause e assenza segnale. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -44,7 +44,8 @@ seed_plan!("premium_full", "Premium Full", {
|
||||
"recording_days" => 90,
|
||||
"phone_download_enabled" => true,
|
||||
"youtube_enabled" => true,
|
||||
"youtube_mode" => "team"
|
||||
"youtube_mode" => "team",
|
||||
"custom_cover" => true
|
||||
}, stripe_price_id: ENV["STRIPE_PREMIUM_FULL_PRICE_ID"].presence || ENV["STRIPE_PREMIUM_PRICE_ID"].presence)
|
||||
|
||||
Subscription.joins(:plan).where(plans: { slug: "premium_full" }).find_each do |sub|
|
||||
|
||||
Reference in New Issue
Block a user