Skip to content

Commit

Permalink
Ensure youtube works in new settings page
Browse files Browse the repository at this point in the history
  • Loading branch information
duncte123 committed Feb 25, 2024
1 parent 6ca68df commit 5f92746
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { parseMastodonUrl } from '../../../../utils/helpers';
templateUrl: './connection-settings.component.html',
styleUrls: ['./connection-settings.component.scss'],
})
export class ConnectionSettingsComponent implements OnInit {
export class ConnectionSettingsComponent {
@Input() public connection: SocialAccount;
@Input() public discordId: string;
@Input() public twitchId: string;
Expand All @@ -19,13 +19,6 @@ export class ConnectionSettingsComponent implements OnInit {
public faTrash = faTrash;
public platforms = SocialPlatform;

constructor() {
}

ngOnInit() {
//
}

get disabled(): boolean {
const type = this.connection.platform;

Expand Down

0 comments on commit 5f92746

Please sign in to comment.