You've already forked Sonarr
							
							
				mirror of
				https://github.com/Sonarr/Sonarr.git
				synced 2025-10-31 00:07:55 +02:00 
			
		
		
		
	Fixed airdate on episode modal
This commit is contained in:
		| @@ -8,7 +8,7 @@ define( | ||||
|         Handlebars.registerHelper('EpisodeNumber', function () { | ||||
|  | ||||
|             if (this.series.seriesType === 'daily') { | ||||
|                 return FormatHelpers.DateHelper(this.airDate); | ||||
|                 return Moment(this.airDate).format('L'); | ||||
|             } | ||||
|  | ||||
|             else { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user