mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-17 14:55:09 -05:00
* ups... that kinda bug shouldn't happen...
This commit is contained in:
parent
f1997c9cc9
commit
69b9dc4693
@ -31,7 +31,7 @@ public class Analytics {
|
|||||||
|
|
||||||
|
|
||||||
public static void trackView(Class<?> view, String title) {
|
public static void trackView(Class<?> view, String title) {
|
||||||
trackView(view.getName().replace(',', '/'), title);
|
trackView(view.getName().replace('.', '/'), title);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user