further linting

This commit is contained in:
MagiX13 2025-05-24 20:46:11 +02:00
parent 8ea37784ca
commit f1a0e54c04
4 changed files with 12 additions and 12 deletions

View file

@ -134,7 +134,7 @@ class Podcast extends Model {
itunesId: DataTypes.STRING,
itunesArtistId: DataTypes.STRING,
language: DataTypes.STRING,
podcastFilenameFormat: DataTypes.STRING,
podcastFilenameFormat: DataTypes.STRING,
podcastType: DataTypes.STRING,
explicit: DataTypes.BOOLEAN,
@ -391,7 +391,7 @@ class Podcast extends Model {
itunesArtistId: this.itunesArtistId,
explicit: this.explicit,
language: this.language,
podcastFilenameFormat: this.podcastFilenameFormat,
podcastFilenameFormat: this.podcastFilenameFormat,
type: this.podcastType
}
}