Skip to main content

MIGRATION_016

Constant MIGRATION_016 

Source
const MIGRATION_016: &str = r#"
ALTER TABLE user_player_settings
ADD COLUMN autoplay_max_episodes INTEGER DEFAULT 0;
"#;
Expand description

Migration to add autoplay episode limit setting

  • Adds autoplay_max_episodes column to user_player_settings
  • 0 = unlimited (default), any positive value limits consecutive auto-plays