mirror of
				https://github.com/mickael-kerjean/filestash.git
				synced 2025-10-31 10:07:15 +08:00 
			
		
		
		
	chore (GenerateID): change signature for GenerateID
This commit is contained in:
		| @ -131,7 +131,7 @@ func hls_playlist(reader io.ReadCloser, ctx *App, res *http.ResponseWriter, req | ||||
| 		return reader, nil | ||||
| 	} | ||||
|  | ||||
| 	cacheName := "vid_" + GenerateID(ctx) + "_" + QuickHash(path, 10) + ".dat" | ||||
| 	cacheName := "vid_" + GenerateID(ctx.Session) + "_" + QuickHash(path, 10) + ".dat" | ||||
| 	cachePath := GetAbsolutePath( | ||||
| 		VideoCachePath, | ||||
| 		cacheName, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 MickaelK
					MickaelK