From 4a61ffea8d766dd389a9b8a61a3e887bb88c7336 Mon Sep 17 00:00:00 2001 From: zarzet Date: Fri, 6 Mar 2026 22:00:24 +0700 Subject: [PATCH] chore: update VirusTotal hash --- README.md | 2 +- lib/screens/settings/about_page.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f3e14cda..83669b33 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![GitHub All Releases](https://img.shields.io/github/downloads/zarzet/SpotiFLAC-Mobile/total?style=for-the-badge&refresh=1)](https://github.com/zarzet/SpotiFLAC-Mobile/releases) -[![VirusTotal](https://img.shields.io/badge/VirusTotal-Safe-brightgreen?style=for-the-badge&logo=virustotal)](https://www.virustotal.com/gui/file/40f8f1914287dea317122a837f98b0ddf7af3205adc2f84a350d767e0a6a345c) +[![VirusTotal](https://img.shields.io/badge/VirusTotal-Safe-brightgreen?style=for-the-badge&logo=virustotal)](https://www.virustotal.com/gui/file/0a2bd2a033551983fc9fcd83f82fd912c83914fd1094cd8d1c7c6a68eb23233f) [![Crowdin](https://img.shields.io/badge/HELP%20TRANSLATE%20ON-CROWDIN-%2321252b?style=for-the-badge&logo=crowdin)](https://crowdin.com/project/spotiflac-mobile)
diff --git a/lib/screens/settings/about_page.dart b/lib/screens/settings/about_page.dart index 1765647c..5b5bc299 100644 --- a/lib/screens/settings/about_page.dart +++ b/lib/screens/settings/about_page.dart @@ -153,7 +153,7 @@ class AboutPage extends StatelessWidget { ), _ContributorItem( name: 'Ruubiiiii', - description: 'Provided Qobuz API for the project', + description: 'Provided Qobuz & Deezer API for the project', githubUsername: 'Ruubiiiii', showDivider: false, ),