mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-04 03:27:21 -05:00 
			
		
		
		
	display path on detail page
This commit is contained in:
		
							parent
							
								
									ff61b0b11a
								
							
						
					
					
						commit
						c94a54ddd1
					
				@ -17,7 +17,7 @@ namespace MediaBrowser.Model.Session
 | 
				
			|||||||
        /// Only applicable to seek commands.
 | 
					        /// Only applicable to seek commands.
 | 
				
			||||||
        /// </summary>
 | 
					        /// </summary>
 | 
				
			||||||
        /// <value>The seek position.</value>
 | 
					        /// <value>The seek position.</value>
 | 
				
			||||||
        public long SeekPosition { get; set; }
 | 
					        public long? SeekPosition { get; set; }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /// <summary>
 | 
					    /// <summary>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user