forked from recloudstream/cloudstream
		
	[Bug] Fix year not set correctly on TvSeries on Sflix (#888)
This commit is contained in:
		
							parent
							
								
									6d2c609246
								
							
						
					
					
						commit
						3be125f12a
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -541,8 +541,8 @@ open class SflixProvider : MainAPI() { | ||||||
|                 this@SflixProvider.name, |                 this@SflixProvider.name, | ||||||
|                 TvType.Movie, |                 TvType.Movie, | ||||||
|                 posterUrl, |                 posterUrl, | ||||||
|                 year = null, |                 year = year, | ||||||
|                 episodes = year, |                 episodes = null, | ||||||
|                 quality = quality |                 quality = quality | ||||||
|             ) |             ) | ||||||
|         } |         } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue