diff --git a/lib/models/user_switch_response.dart b/lib/models/plex/plex_switch_response.dart similarity index 100% rename from lib/models/user_switch_response.dart rename to lib/models/plex/plex_switch_response.dart diff --git a/lib/services/plex_auth_service.dart b/lib/services/plex_auth_service.dart index 04df153f..c6a415bf 100644 --- a/lib/services/plex_auth_service.dart +++ b/lib/services/plex_auth_service.dart @@ -8,7 +8,7 @@ import '../exceptions/media_server_exceptions.dart'; import '../models/plex/plex_user_profile.dart'; import '../models/plex/plex_home.dart'; import '../models/plex/plex_home_user.dart'; -import '../models/user_switch_response.dart'; +import '../models/plex/plex_switch_response.dart'; import '../utils/app_logger.dart'; import '../utils/device_identity.dart'; import '../utils/endpoint_race.dart'; diff --git a/test/models/user_switch_response_test.dart b/test/models/plex_switch_response_test.dart similarity index 97% rename from test/models/user_switch_response_test.dart rename to test/models/plex_switch_response_test.dart index 6d3b47f4..122c1de8 100644 --- a/test/models/user_switch_response_test.dart +++ b/test/models/plex_switch_response_test.dart @@ -1,5 +1,5 @@ import 'package:flutter_test/flutter_test.dart'; -import 'package:plezy/models/user_switch_response.dart'; +import 'package:plezy/models/plex/plex_switch_response.dart'; /// A realistic `/api/v2/home/users/{uuid}/switch` 201 body using the /// July 2026 wire shape where profile language lists are CSV strings (#1488).