refactor: type server identifiers

This commit is contained in:
edde746
2026-06-01 11:06:03 +02:00
parent 7b59dac26b
commit 74b8dc4561
258 changed files with 2296 additions and 2080 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
import '../utils/json_utils.dart';
import '../media/ids.dart';
/// Represents an EPG program entry (what's on a channel at a given time)
class LiveTvProgram {
@@ -96,7 +97,7 @@ class LiveTvProgram {
);
}
LiveTvProgram copyWith({String? serverId, String? serverName, String? liveDvrKey, String? providerIdentifier}) {
LiveTvProgram copyWith({ServerId? serverId, String? serverName, String? liveDvrKey, String? providerIdentifier}) {
return LiveTvProgram(
key: key,
ratingKey: ratingKey,