1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Apply suggestions from code review

This commit is contained in:
Matt Montgomery 2020-09-10 15:04:06 -05:00
parent 723472aca5
commit fa7d8bf4da
3 changed files with 45 additions and 54 deletions

View file

@ -36,10 +36,6 @@ export class QuickConnectSettings {
throw e;
});
}
submit() {
return false;
}
}
export default QuickConnectSettings;