mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-03 19:17:24 -05:00 
			
		
		
		
	added IsConnected to IServerEvents
This commit is contained in:
		
							parent
							
								
									28041bf435
								
							
						
					
					
						commit
						e9f0ff15a3
					
				@ -47,7 +47,6 @@ namespace MediaBrowser.Model.ApiClient
 | 
			
		||||
        /// Occurs when [library changed].
 | 
			
		||||
        /// </summary>
 | 
			
		||||
        event EventHandler<LibraryChangedEventArgs> LibraryChanged;
 | 
			
		||||
 | 
			
		||||
        /// <summary>
 | 
			
		||||
        /// Occurs when [browse command].
 | 
			
		||||
        /// </summary>
 | 
			
		||||
@ -104,5 +103,10 @@ namespace MediaBrowser.Model.ApiClient
 | 
			
		||||
        /// Occurs when [connected].
 | 
			
		||||
        /// </summary>
 | 
			
		||||
        event EventHandler<EventArgs> Connected;
 | 
			
		||||
        /// <summary>
 | 
			
		||||
        /// Gets a value indicating whether this instance is connected.
 | 
			
		||||
        /// </summary>
 | 
			
		||||
        /// <value><c>true</c> if this instance is connected; otherwise, <c>false</c>.</value>
 | 
			
		||||
        bool IsConnected { get; }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@ -2,7 +2,7 @@
 | 
			
		||||
  <MonoDevelop.Ide.Workspace ActiveConfiguration="Release|x86" />
 | 
			
		||||
  <MonoDevelop.Ide.Workbench ActiveDocument="MediaBrowser.Server.Mono\Program.cs">
 | 
			
		||||
    <Files>
 | 
			
		||||
      <File FileName="MediaBrowser.Server.Mono\Program.cs" Line="82" Column="4" />
 | 
			
		||||
      <File FileName="MediaBrowser.Server.Mono\Program.cs" Line="60" Column="5" />
 | 
			
		||||
    </Files>
 | 
			
		||||
    <Pads>
 | 
			
		||||
      <Pad Id="ProjectPad">
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user