mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2025-12-31 19:59:31 -05:00
build(deps): update dependencies and update relevant files
This commit is contained in:
@@ -8,7 +8,6 @@ import {
|
||||
AfterInsert,
|
||||
AfterUpdate,
|
||||
getRepository,
|
||||
RelationId,
|
||||
} from 'typeorm';
|
||||
import { MediaStatus } from '../constants/media';
|
||||
import Media from './Media';
|
||||
@@ -42,7 +41,7 @@ class Season {
|
||||
|
||||
@AfterInsert()
|
||||
@AfterUpdate()
|
||||
private async sendSeasonAvailableNotification() {
|
||||
private async _sendSeasonAvailableNotification() {
|
||||
if (this.status === MediaStatus.AVAILABLE) {
|
||||
try {
|
||||
const lazyMedia = await this.media;
|
||||
|
||||
Reference in New Issue
Block a user