mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-10-31 02:27:18 -04:00 
			
		
		
		
	added back IsFirstRun
This commit is contained in:
		
							parent
							
								
									c11a61e133
								
							
						
					
					
						commit
						5e1f4c01b8
					
				| @ -34,6 +34,12 @@ namespace MediaBrowser.Common.Plugins | |||||||
|         /// <value>The name.</value> |         /// <value>The name.</value> | ||||||
|         public abstract string Name { get; } |         public abstract string Name { get; } | ||||||
| 
 | 
 | ||||||
|  |         /// <summary> | ||||||
|  |         /// Gets a value indicating whether this instance is first run. | ||||||
|  |         /// </summary> | ||||||
|  |         /// <value><c>true</c> if this instance is first run; otherwise, <c>false</c>.</value> | ||||||
|  |         public bool IsFirstRun { get; private set; } | ||||||
|  | 
 | ||||||
|         /// <summary> |         /// <summary> | ||||||
|         /// Gets the description. |         /// Gets the description. | ||||||
|         /// </summary> |         /// </summary> | ||||||
| @ -257,7 +263,6 @@ namespace MediaBrowser.Common.Plugins | |||||||
|         /// <summary> |         /// <summary> | ||||||
|         /// Saves the current configuration to the file system |         /// Saves the current configuration to the file system | ||||||
|         /// </summary> |         /// </summary> | ||||||
|         /// <exception cref="System.InvalidOperationException">Cannot call Plugin.SaveConfiguration from the UI.</exception> |  | ||||||
|         public virtual void SaveConfiguration() |         public virtual void SaveConfiguration() | ||||||
|         { |         { | ||||||
|             lock (_configurationSaveLock) |             lock (_configurationSaveLock) | ||||||
|  | |||||||
| @ -44,6 +44,12 @@ namespace MediaBrowser.Common.Plugins | |||||||
|         /// <value>The name of the assembly file.</value> |         /// <value>The name of the assembly file.</value> | ||||||
|         string AssemblyFileName { get; } |         string AssemblyFileName { get; } | ||||||
| 
 | 
 | ||||||
|  |         /// <summary> | ||||||
|  |         /// Gets a value indicating whether this instance is first run. | ||||||
|  |         /// </summary> | ||||||
|  |         /// <value><c>true</c> if this instance is first run; otherwise, <c>false</c>.</value> | ||||||
|  |         bool IsFirstRun { get; } | ||||||
|  | 
 | ||||||
|         /// <summary> |         /// <summary> | ||||||
|         /// Gets the last date modified of the configuration |         /// Gets the last date modified of the configuration | ||||||
|         /// </summary> |         /// </summary> | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user