|
|
@ -559,7 +559,7 @@ public class PlexTelevisionRepository : IPlexTelevisionRepository |
|
|
|
new { file.Path, file.Id }); |
|
|
|
new { file.Path, file.Id }); |
|
|
|
|
|
|
|
|
|
|
|
await dbContext.Connection.ExecuteAsync( |
|
|
|
await dbContext.Connection.ExecuteAsync( |
|
|
|
@"UPDATE PlexMediaFile SET Key = @Key WHERE Id = @Id", |
|
|
|
@"UPDATE PlexMediaFile SET `Key` = @Key WHERE Id = @Id", |
|
|
|
new { file.Key, file.Id }); |
|
|
|
new { file.Key, file.Id }); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|