mirror of
				https://github.com/talwat/lowfi
				synced 2025-10-30 18:58:45 +00:00 
			
		
		
		
	fix: tracklist shorthand not working
This commit is contained in:
		
							parent
							
								
									e7ac0c9214
								
							
						
					
					
						commit
						b12a7077a8
					
				| @ -75,8 +75,7 @@ impl List { | ||||
|             let name = dirs::data_dir() | ||||
|                 .unwrap() | ||||
|                 .join("lowfi") | ||||
|                 .join(arg) | ||||
|                 .join(".txt"); | ||||
|                 .join(format!("{}.txt", arg)); | ||||
| 
 | ||||
|             let raw = if name.exists() { | ||||
|                 fs::read_to_string(name).await? | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user