mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-04 08:08:55 +01:00 
			
		
		
		
	@@ -582,7 +582,12 @@ class ReaderViewModel(
 | 
			
		||||
        val sChapter = getCurrentChapter()?.chapter ?: return null
 | 
			
		||||
        val source = getSource() ?: return null
 | 
			
		||||
 | 
			
		||||
        return source.getChapterUrl(sChapter)
 | 
			
		||||
        return try {
 | 
			
		||||
            source.getChapterUrl(sChapter)
 | 
			
		||||
        } catch (e: Exception) {
 | 
			
		||||
            logcat(LogPriority.ERROR, e)
 | 
			
		||||
            null
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user