Fix icon
This commit is contained in:
parent
b3ef5ef847
commit
8c970b0f8a
|
|
@ -2,8 +2,8 @@ package com.github.catvod.utils;
|
|||
|
||||
public class Image {
|
||||
|
||||
public static final String FOLDER = "https://s1.ax1x.com/2023/05/04/p9tgI81.png";
|
||||
public static final String VIDEO = "https://s1.ax1x.com/2023/05/04/p9tgogx.png";
|
||||
public static final String FOLDER = "https://x.imgs.ovh/x/2023/09/05/64f680bb030b4.png";
|
||||
public static final String VIDEO = "https://x.imgs.ovh/x/2023/09/05/64f67fe2e7720.png";
|
||||
|
||||
public static String getIcon(boolean folder) {
|
||||
return folder ? FOLDER : VIDEO;
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
0cd8dd32e89511058fd8e6bceb586a28
|
||||
b79c6259bff1b9d4fb5e03f485a236c9
|
||||
|
|
|
|||
Loading…
Reference in New Issue