mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-03 23:58:55 +01:00 
			
		
		
		
	Minor cleanup
This commit is contained in:
		@@ -28,4 +28,6 @@ fun Source.getNameForMangaInfo(): String {
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
fun Source.isLocalOrStub(): Boolean = id == LocalSource.ID || this is SourceManager.StubSource
 | 
			
		||||
fun Source.isLocal(): Boolean = id == LocalSource.ID
 | 
			
		||||
 | 
			
		||||
fun Source.isLocalOrStub(): Boolean = isLocal() || this is SourceManager.StubSource
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user